@charset "UTF-8";
/* CSS Document */

body  #SIDE .SpecialServices,
body  #NAVIGATION-MOBILE .SpecialServices {
	display:block;
}

#random  {
	height: 366px;
	width: 100%;
}

#random ul  {
	margin: 0px;
	padding: 0px;
}

#NavigationSlideshow  {
	display: block;
	height: 25px;
	width: 100%;
	position: relative;
	top: 5px;
	z-index: 3000;
	background-image: url(/images/opacity-Dark22.png);
	padding-top: 3px;
	padding-bottom: 3px;
}

#NavigationSlideshow a {
	display: block;
	height: 22px;
	width: 80px;
	padding-top: 2px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	text-align: center;
	text-decoration: none;
	color: #4B201A;
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
	background-repeat: no-repeat;	
}
#NavigationSlideshow a:hover  {
	color: #000;
}

#NavigationSlideshow .next {
	background-image: url(/images/btnNext.png);
	background-position: right;
	float: right;
	margin-right: 1px;
	text-align: right;
	color: #645C53;
}
#NavigationSlideshow .prev {
	background-image: url(/images/btnPrevious.png);
	float: left;
	margin-left: 20px;
	text-align: left;
	color: #645C53;
}

#NavigationSlideshow {
	display:none;
}


#fadeshow1 {
	display: block; 
	width:100%; 
	height:366px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 990px) and (min-resolution: 240dpi),
	   only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi),
	   only screen and (max-width : 400px) and (max-width : 640px) {
		   
#random, #fadeshow1 {
	display: block; 
	width:100%; 
	height:150px;
}
		   
	   }