
/*
skins available:
	- common
	- surprise
	- imposing
*/

/* the container */
.allinone_contentSlider {
	position:relative;
}
.allinone_contentSlider img {
	max-width:none;
	max-height:none;
}
.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;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}

/***surprise SKIN***/
.allinone_contentSlider.surprise .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.allinone_contentSlider.surprise .leftNav {
	position: absolute;
	left: 0;
	/*left:-5px;*/
	margin-top: -6px; /* height/2/*	 */
	width: 35px;
	height: 140px;
	cursor: pointer;
	background-image: url(../skins/surprise/leftNavOFF.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.allinone_contentSlider.surprise .leftNav:hover {
	background-image: url(../skins/surprise/leftNavON.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.allinone_contentSlider.surprise .rightNav {
	position: absolute;
	right: 0;
	/*right:-5px;*/
	margin-top: -6px; /* height/2/*	 */
	width: 35px;
	height: 140px;
	cursor: pointer;
	background-image: url(../skins/surprise/rightNavOFF.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.allinone_contentSlider.surprise .rightNav:hover {
	background-image: url(../skins/surprise/rightNavON.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.allinone_contentSlider.surprise .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:9px;
}
.allinone_contentSlider.surprise .bottomNavButtonOFF {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	padding-left: 9px;
	cursor: pointer;
	background-image: url(../skins/surprise/bottomNavOFF.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.allinone_contentSlider.surprise .bottomNavButtonON {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	padding-left: 9px;
	cursor: pointer;
	background-image: url(../skins/surprise/bottomNavON.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.allinone_contentSlider.surprise .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.surprise .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.surprise .bottomOverThumb {
	position: absolute;
	width: 88px;
	height: 106px;
	bottom: 27px;
	margin-left: -25px;
	background-image: url(../skins/surprise/bottomOverThumbBg.png);
	background-repeat: no-repeat;
	background-position: 23px bottom;
}
.allinone_contentSlider.surprise .bottomOverThumb img {
	border:4px solid #000000;
}
.allinone_contentSlider.surprise .playOver {
	position: absolute;
	width: 73px;
	height: 73px;
	display: none;
	z-index: 4;
	cursor: pointer;
	background-image: url(../skins/surprise/play_overOFF.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.allinone_contentSlider.surprise .playOver:hover {
	background:url(skins/surprise/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}
.allinone_contentSlider_text_line.textElement13_surprise span a {
	color: #FA7B00;
	text-decoration: none;
}
.allinone_contentSlider_text_line.textElement13_surprise span a:hover {
	color: #7B81F5;
	text-decoration: none;
}




/***Text Styles***/


.allinone_contentSlider_texts {
	position:absolute;
	z-index:2;
	display: none;
	width:100%;
}
.allinone_contentSlider_text_line {
	position:absolute;
}




/****surprise Texts***/


.textElement11_surprise {
	color: #FFFFFF;
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 60px;
	text-transform: none;
}
.textElement12_surprise {
	color: #333333;
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 70px;
	font-weight: normal;
}

.textElement12_surprise a {
	font: 'cac champagne', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement12_surprise a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement13_surprise {
	color: #333333;
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
}





/******/
.textElement31r_surprise {
	color: #fa7b00;
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	text-decoration: none;
}

.textElement31r_surprise a{
	color: #fa7b00;
	text-decoration: none;
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 40px;
}

.textElement31r_surprise a:hover{
	color: #30345E;
	text-decoration: none;
}

.textElement32r_surprise {
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: normal;
}

/******/




.textElement21_surprise {
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
}
.textElement22_surprise {
	color: #333333;
	font-family: "cac champagne", Verdana, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 51px;
	font-weight: normal;
}

.textElement22_surprise a {
	font: 'cac champagne', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement22_surprise a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement23_surprise {
	font: bold 14px/19px 'cac champagne', Verdana, Helvetica, sans-serif;
	color:#333333;
}


.textElement31_surprise {
	font: bold 18px 'cac champagne', Verdana, Helvetica, sans-serif;
	padding:6px 2px 6px 15px;
	color:#333333;
}

.textElement32_surprise {
	font: bold 26px 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 2px 6px 15px;
	color:#333333;
}



.textElement61_surprise {
	background:#ff780a;
	font: bold 16px/18px 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement61_surprise a {
	background:#ff780a;
	font: bold 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement61_surprise a:hover {
	background:#000000;
	color:#ff780a;
}

.textElement62_surprise {
	background:#ff780a;
	font: bold 16px/18px 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement62_surprise a {
	background:#ff780a;
	font: bold 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement62_surprise a:hover {
	background:#000000;
	color:#ff780a;
}


.textElement63_surprise {
	background:#ff780a;
	font: bold 16px/18px 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement63_surprise a {
	background:#ff780a;
	font: bold 'cac champagne', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement63_surprise a:hover {
	background:#000000;
	color:#ff780a;
}
