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


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px none gray;
	border-bottom-width: 6px;
	width: 1100px; /*width of featured content slider*/
	height: 720px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	clear: both;
	background-color: #BCBCBE;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	position:relative;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #BCBCBE;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.contentdiv img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.pagination{
	width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #BDBDBF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
	text-align:center;
}

.pagination a{
	padding: 0px;
	text-decoration: none;
	color: #88898D;
	background-color:;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
}

.prev {
}

.next {
}

.pagination  .prev {
	background-color: none;
	background-image: url(/images/Buttons-UP-PREVIOUS.png);
	display: block;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	color: #D97906;
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
	background-position: right bottom;
	padding: 0px;
	position: absolute;
	z-index: 2000;
	top: 600px;
	margin-left: 929px;
}
.pagination  .prev:hover {
	background-image: url(/images/Buttons-OVER-PREVIOUS.png);
}


.pagination  .next,
.next {
	background-image: url(/images/Buttons-UP-NEXT.png);
	display: block;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	color: #D97906;
	text-decoration: none;
	font-size: 1px;
	line-height: 11px;
	background-position: left bottom;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	z-index: 2000;
	top: 600px;
margin-left: 962px; 

	
}
.pagination .next:hover {
	background-image: url(/images/Buttons-OVER-NEXT.png);
}

.pagination img{
	height: 53px;
	width: 53px;

}
.pagination .next img,
.pagination .prev img,
#BUTTONS-Slideshow .stop img,
#BUTTONS-Slideshow .play img {
	height: auto;
	width: auto;
	border:none;
	margin-top:2px;
}


.pagination .prev img {
	height: auto;
	width: auto;
	border:none;
	margin-left:1px;
}

#BUTTONS-Slideshow .home img {
	height: auto;
	width: auto;
	border:none;
	margin-top:2px;
	margin-left:1px;
}

.pagination .next:hover img,
.pagination .prev:hover img,
#BUTTONS-Slideshow a:hover img{
	display:none;
	border:none;
}

.pagination a img{
	display: block;
	float: left;
	border: 1px solid #BDBDBF;
	height: 53px;
	width: 53px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
}


.pagination a:hover img{
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.play  {
	background-image: url(/images/Button-PlayShow-UP.png);
	display: block;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	color: #ccc;
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
	background-position: left bottom;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px none #BDBDBF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 2000;
	top: 570px;
	margin-left: 930px;

}
.play:hover {
	background-image: url(/images/Button-PlayShow-OVER.png);
}

.stop {
	background-image: url(/images/Button-Stop-Up.png);
	display: block;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 1px;
	line-height: 11px;
	background-position: left bottom;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px none #BDBDBF;
	z-index: 3000;
	top: 570px;
	margin-left: 930px;

}
.stop:hover, .stop:active {
	background-image: url(/images/Button-Stop-Over.png);
	color: #F60;
}

.StopShow {
	background-image: url(/images/Button-Stop-Up.png);
	display: block;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 1px;
	line-height: 11px;
	background-position: left bottom;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	z-index: 4500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px none #BDBDBF;
	border: 1px none #BDBDBF;
	top: 570px;
	margin-left: 960px;
}
.StopShow:hover, 
.StopShow:active, 
.StopShow:focus {
	background-image: url(/images/Button-Stop-Over.png);
	color: #F60;
	outline: none;
}


.sound, .soundOff {
	display: block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 1px;
	line-height: 11px;
	background-position: center	center;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
    z-index: 2000;
	border: 1px none #D97906;
	-moz-border-radius: 2px;
	border-radius: 2px;
	top: 541px;
	margin-left: 960px;

}
.soundOff:hover, .sound:hover, 
.soundOff:active, .sound:active,
.soundOff:focus {
	color: #848D96;
	outline: none;
}

.sound {
	background-image: url(/images/Button-Sound-On.png);
	z-index: 2000;
}

.sound:hover {
	background-image: url(/images/Button-Sound-Off.png);
}

.soundOff {
	background-image: url(/images/Button-Sound-Off.png);
	z-index: 4500;
}

.soundOff:hover {
	background-image: url(/images/Button-Sound-On.png);
}

body #soundDIVDDDDD {
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
    z-index: 233300;
	border: 1px none #D97906;
	-moz-border-radius: 2px;
	border-radius: 2px;
	top: -541px;
	margin-left: 960px;

}

.home {
	background-image: url(/images/Buttons-UP-BACK.png);
	display: block;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	color: #E0E0E0;
	text-decoration: none;
	font-size: 1px;
	line-height: 30px;
	background-position: 2px bottom;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 2000;
	top: 570px;
	margin-left: 960px;

	
}
.home:hover {
	background-image: url(/images/Buttons-OVER-BACK.png);
	color: #D97906;
}


#BUTTONS-Slideshow {
	display: block;
	width: 994px;
	height: 100px;
	border:none;
	border-collapse:collapse;
	float:right;
	clear:both;
}

#BUTTONS-Slideshow a, #BUTTONS-Slideshow a:hover{
	color: #D97906;

}

.pagination  a img{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;	
}

.pagination  a:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.pagination  a.selected img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 3px 3px 3px #000000;
	border: 1px solid #FFF;
}


body #BUTTONS-ORDER-Dinamic {
	top: 630px;
}

.OrderBTN, .OrderBTN:link, .OrderBTN:visited {bottom: 40px;width:90px;padding-right: 10px;}