@charset "UTF-8";
/* CSS Document */

.slidebox .handle img {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	}
.slidebox .handleOver img{	
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	}
.slidebox .handleSelected img{
	width: 40px;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
	}
.slidebox #slideboxHandle0.handleSelected{
 	background: url(../img/home/dec2011/enter_to_win_select.gif) no-repeat;
	border-right: 0px SOLID #FFF;}
	
.slidebox #slideboxHandle1.handleSelected{
 	background: url(../img/home/dec2011/just_for_fun_select.gif) no-repeat;
	border-right: 0px SOLID #FFF;}

.slidebox #slideboxHandle2.handleSelected{
 	background: url(../img/home/dec2011/gotta_get_it_select.gif) no-repeat;
	border-right: 0px SOLID #FFF;}

.slidebox #slideboxHandle3.handleSelected{
 	background: url(../img/home/dec2011/join_now_select.gif) no-repeat;
	border-right: 0px SOLID #FFF;}

/*Main Container*/
.slidebox {
	z-index: 3;
	border-top: 1px SOLID #FFF;
	height: 340px; width: 960px; overflow: hidden;}
.slidebox{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.slidebox li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding: 0px;	
	float: left;
	width:0px;
	height: 340px;	
	overflow:hidden;
}
.contentWrapper{	
	}
.contentInnerWrapper{
	text-align: justify;
	padding: 0px; 
}
/* Handle*/
.handle{
	float: left;
	width: 40px;
	height: 340px;
	margin: 0px; padding: 0;
	background-image:  none;
}
.handleOver{	
	background-image: none;
	cursor: pointer;
}
.handleSelected{	
	background-image: none;
}

