/*
skins available:
	- sweet
	- powerful
	- charming
*/

/* the container */
.allinone_carousel {
	position:relative;
	height:150px;
	display:block;
}
.allinone_carousel img {
	
	border: 0 none;
	display:inline-block;
	height:80px;
	width:200px;
	padding:0;
	margin:0;
}

.allinone_carousel img:hover {
	height:80px;
	width:200px;
  	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	padding:0;
	margin:0;
}

.allinone_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.allinone_carousel .contentHolder {
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid rgb(218, 218, 218);
	box-shadow: 0px 1px 0px 0px rgb(104, 104, 104);
}


/***powerful SKIN***/

 .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:200px;
	height:80px;
	overflow:hidden;
	cursor: pointer;
}

 .playOver {
	position:absolute;
	width:100px;
	height:100px;
	background:url(images/play_over.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

 .playOver:hover {
	background:url(images/play_over2.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}


 .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

 .leftNav {
	position:absolute;
	left:-23px;
	width:110px;
	height:157px;
	background:url(images/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
 .leftNav:hover {
	background:url(images/leftNavON.png) 0 0 no-repeat;
}
 .rightNav {
	position:absolute;
	right:-23px;
	width:110px;
	height:157px;
	background:url(images/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
 .rightNav:hover {
	background:url(images/rightNavON.png) 0 0 no-repeat;
}
/* .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	margin-left:-3px;
	z-index:140;
}
 .bottomNavButtonOFF {
	float:left;
	display:block;
	width:13px;
	height:13px;
	background:url(images/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

 .bottomNavButtonON {
	float:left;
	display:block;
	width:13px;
	height:13px;
	padding-left:9px;
	background:url(images/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}*/

 .bottomNavLeft {
	position:absolute;
	width:0px;
	height:35px;
	bottom:-10px;
	z-index:140;
}
 .bottomNavRight {
	position:absolute;
	width:0px;
	height:35px;
	bottom:-10px;
	z-index:140;
}

 .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(images/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
 .bottomOverThumb img {
	border:4px solid #FFFFFF;
}



.hideElement {
	display:none;
}

