
/* the container */

.allinone_contentSlider {
	position:relative;
}
.allinone_contentSlider img {
	max-width:100%;
	max-height:100%;
}
.allinone_contentSlider_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.allinone_contentSlider .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
}
.allinone_contentSlider .contentHolder {
	position:absolute;
}
.allinone_contentSlider .contentHolderUnit {
	float:left;
	display:block;
}




/*** SKIN***/
.allinone_contentSlider.imposing .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
}

.allinone_contentSlider.imposing .leftNav {
	position:absolute;
	left:0px;
/*	top:50%;
	margin-top:-63px; /* height/2 */
	width:47px;
	height:140px;
	background:url(../../images/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.imposing .leftNav:hover {
	background:url(../../images/leftNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.imposing .rightNav {
	position:absolute;
	right:0px;
/*	top:50%;
	margin-top:-63px; /* height/2 */
	width:47px;
	height:140px;
	background:url(../../images/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.imposing .rightNav:hover {
	background:url(../../images/rightNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.imposing .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:9px;
}
.allinone_contentSlider.imposing .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(../../images/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_contentSlider.imposing .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(../../images/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_contentSlider.imposing .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.imposing .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.imposing .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(../../images/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_contentSlider.imposing .bottomOverThumb img {
	border:4px solid #22032e;
}
.allinone_contentSlider.imposing .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(../../images/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.allinone_contentSlider.imposing .playOver:hover {
	background:url(../images/imposing/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}













/***Text Styles***/


.allinone_contentSlider_texts {
	position:absolute;
	z-index:2;
	display: none;
	width:1041px;
}
.allinone_contentSlider_text_line {
	position:absolute;
	
}

.ASpotHolder { width:1041px; height:400px; float:left;}


/**** Skin Texts***/
.icon {
	width:28px;
	height:26px;
	background:url(../images/imposing/listIcon.png) top left no-repeat;
	padding:0;
	margin-top:0px;
}

.float-block {
	float:left;
	display:block;
}

/*** ASpot #1 **/
#ASpot1TextFrame {
	float:left;
	width:400px;
	height:347px;
	margin-top:-50px;
	margin-left:400px;
}




/*** ASpot #2 ***/
#ASpot2TextFrame {
	float:left;
	width:350px;
	margin-left:-30px; 
	margin-top:-100px;
}


/*** ASpot #3 **/
#ASpot3TextFrame {
	float:left;
	width:375px;
	height:347px;
	margin-top:-100px;
	margin-left:400px;
}

/*** ASpot #4 **/
#ASpot4TextFrame {
	float:left;
	width:350px;
	height:400px;
	margin-top:-100px;
	margin-left:10px;
}


.hideElement {
	display:none;
}

