
.TB_Wrapper {
	width: 708px;
	height: 308px;	
    background-image: url(../images/slider/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color:transparent !important
}

.TB_Wrapper {
	position: relative;
	overflow: hidden;
}
		
.TB_Wrapper .Slide {
	visibility:hidden;
	background-image: url(../images/slider/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color:transparent;
}

.TB_Wrapper .Slide img{
	-webkit-border-radius:0px 10px 10px 0px;
    -moz-border-radius:0px 10px 10px 0px;
	-o-border-radius:0px 10px 10px 0px;
    border-radius:0px 10px 10px 0px;
	behavior: url(PIE.htc);
}	
	
/* Global Description Style */	
.TB_Wrapper .Slide div {
	font-family: Arial;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
}

	
/*Hyperlink Styles*/
.TB_Wrapper a:link{		
	color:#FFF;
	text-decoration:none;
}
	
.TB_Wrapper a:visited{		
	color:#FFF;
}
	
.TB_Wrapper a:hover{		
	color:#FFF;
	text-decoration:underline;
}
	
.TB_Wrapper a:active{		
	color:#FFF;
}

.TB_Wrapper .noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}