/* the container */
.allinone_thumbnailsBanner {
	position:relative;
}
.allinone_thumbnailsBanner img {
	position:absolute;
	top:0px;
	left:0px;
}
.allinone_thumbnailsBanner_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.allinone_thumbnailsBanner .stripe {
	position:absolute;
	display:block;	
	height:100%;
	z-index:1;
	overflow:hidden;
}
.allinone_thumbnailsBanner .block {
	position:absolute;
	display:block;	
	z-index:1;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}






/**SIMPLE SKIN***/

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

.allinone_thumbnailsBanner.simple .leftNav {
	position:absolute;
	left:0px;
	top:50%;
	/*margin-top:-35px;  height/2 */
	width:31px;
	height:71px;
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .leftNav:hover {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/leftNavON.png) 0 0 no-repeat;
}
.allinone_thumbnailsBanner.simple .rightNav {
	position:absolute;
	right:0px;
	top:50%;
	/*margin-top:-35px;  height/2 */
	width:31px;
	height:71px;
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_thumbnailsBanner.simple .rightNav:hover {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/rightNavON.png) 0 0 no-repeat;
}
.allinone_thumbnailsBanner.simple .thumbsHolderWrapper {
	position:absolute;
	background:#053d8d;
	border-top:1px solid #23b6ed;
	height:98px;
	width:100%;
	overflow:hidden;
	z-index:10;
}
.allinone_thumbnailsBanner.simple .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:121px;
	overflow:hidden;
}
.allinone_thumbnailsBanner.simple .thumbsHolder {
	position:absolute;
}
.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:110px;
	height:65px;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbOFF img {
	position:relative;
}

.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbON {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/thumbActiveArrow.png) center 0px no-repeat;	
}
.allinone_thumbnailsBanner.simple .carouselLeftNav {
	position:absolute;
	width:46px;
	height:98px;
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselLeftNav.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .carouselLeftNav:hover {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselLeftNavOn.png) 0 0 no-repeat;
}

.allinone_thumbnailsBanner.simple .carouselLeftNavDisabled {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.allinone_thumbnailsBanner.simple .carouselLeftNavDisabled:hover {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselLeftNavDisable.png) 0 0 no-repeat;
}


.allinone_thumbnailsBanner.simple .carouselRightNav {
	position:absolute;
	width:46px;
	height:98px;
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselRightNav.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .carouselRightNav:hover {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselRightNavOn.png) 0 0 no-repeat;
}
.allinone_thumbnailsBanner.simple .carouselRightNavDisabled {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.allinone_thumbnailsBanner.simple .carouselRightNavDisabled:hover {
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/carouselRightNavDisable.png) 0 0 no-repeat;
}



/**Texts**/


/****Texts SIMPLE Fixed Dimensions***/

a.slider_title {
display:block;
font-size:16px;
margin-bottom:8px;
color: #1cabe1;
text-decoration: none;
}

.text_simple {
	width:630px;
	max-height:130px;
	font: regular 14px 'Open Sans', Verdana, Helvetica, sans-serif;
	background:url(http://www.egolfprofessionaltour.com/slider/skins/simple/textBg_transparency.png);
	padding:10px 10px 10px 10px;
	text-align:left;
	color:#ffffff;
	-o-text-overflow: ellipsis;   /* Opera */
    text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
    overflow:hidden;              /* don't show excess chars */
}


.text_simple a.slider_readmore {
	color:#1cabe1;
	text-decoration:underline;
}

.text_simple a.slider_readmore:before {
	content:"[";
	text-decoration:none;
}

.text_simple a.slider_readmore:after {
	content:"]";
	text-decoration:none;
}

.text_simple a.slider_readmore:hover {
	color:#1cabe1;
}





.allinone_thumbnailsBanner_texts {
	position:absolute;
	z-index:3;
	display: none;
	width:100%;
	text-align:left;
}

.allinone_thumbnailsBanner_text_line {
	position:absolute;
}



.hideElement {
	display:none;
}