a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
}

.container {
	background-color:#fff;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

.row {
	margin: 0px;
	padding: 0px;
}

.header {
	background-image: url('../images/image4196.png');
	background-color: #999;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 100%; 
	position: relative;
}

#slideshow {
	height:100%;
	width:100%;
	margin: 0px auto;
	padding: 0px;

}

#prev_c {
	height:100%;
	width:200px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}

#prev_c img {
	height:120px;
	width:120px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0px;
}

#next_c {
	height:100%;
	width:200px;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}
#next_c img {
	height:120px;
	width:120px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0px;
}

#next #prev { 
	visibility:hidden;
}

#next,#prev:hover {
	cursor:pointer;
}


.btn-redirect {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -150px;
	z-index: 100;
	font-weight: bold;

}

.btn-redirect:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

/**** Custome Width CSS ****/

	@media screen and 
		(min-width: 769px){
		.sub-header {
			background-color:transparent;
			clear: both;
			height: 30px;
			margin: 0 auto;
			width: 85%;  
			position:absolute;
			top: 0;
			left: 0;
			padding-top: 10px;
			padding-bottom: 10px;
			z-index: 101;
		}
			
		#slideshow img {
			height:500px;
			width:500px;
			position: absolute;
			right: 0%;
			z-index:10;
			margin: 0px auto;

		}

		#next_c,#prev_c:hover #next,#prev { 
			visibility:visible;
		}
	}


	@media screen and 
		(max-width: 768px){
		.sub-header {
			background-color:transparent;
			clear: both;
			height: 30px;
			margin: 0 auto;
			width: 100%;  
			position:absolute;
			top: 0;
			left: 0;
			padding-top: 10px;
			padding-bottom: 10px;
			z-index: 101;
		}	
			
		#slideshow img {
			height:100%;
			width:100%;
			position: absolute;
			z-index:10;
			right: 0%;
			margin: 0px auto;

		}	
			
		#next_c,#prev_c:hover #next,#prev { 
			visibility:hidden;
		}
	}
