/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width: 0px;
	overflow: hidden;
	height: 500px;
}

.contentWrapper{
}

.contentInnerWrapper{
	text-align: left;
	padding: 10px;
}

/*Main Container*/
.container {
	width:100%;
}

.container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.container li {
	display: inline; 
	margin: 0px;
	padding: 0px;
}

/*Handle*/
.handle {
	float: left;
	height: 500px;	
	text-align:center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#meet-the-divasHandle0 .handle { width: 205px }
#meet-the-divasHandle1 .handle { width: 190px }
#meet-the-divasHandle2 .handle { width: 230px }

.handleOver {
	height: 500px;
	background-repeat: no-repeat;
	background-position: -230px 0px;
}

.handleSelected {
	height: 500px;	
	background-repeat: no-repeat;
	background-position: -230px 0px;
}

.handleOut {
	height: 500px;	
	background-repeat: no-repeat;
	background-position: -460px 0px;
}

ul#meet-the-divas  { width: 975px; margin: 0px; text-align: left; display: none; }

#meet-the-divasHandle0 { background-image: url('../../images/meet/pinup-agness.png'); width: 210px }
#meet-the-divasHandle1 { background-image: url('../../images/meet/pinup-swann.png'); width: 190px }
#meet-the-divasHandle2 { background-image: url('../../images/meet/pinup-oona.png'); width: 230px }

/* CONTENT BOXES */

#agness-title {
	background-image: url('../../images/meet/title-agness.png');
	background-repeat: no-repeat;
	width: 300px;
	height: 45px;
	padding-bottom: 20px;
	border-bottom: 0px solid #bdbdbd;

}

#swann-title {
	background-image: url('../../images/meet/title-swann.png');
	background-repeat: no-repeat;
	width: 300px;
	height: 45px;
	padding-bottom: 20px;
	border-bottom: 0px solid #bdbdbd;

}

#oona-title {
	background-image: url('../../images/meet/title-oona.png');
	background-repeat: no-repeat;
	width: 300px;
	height: 45px;
	padding-bottom: 20px;
	border-bottom: 0px solid #bdbdbd;

}

div.jScroll {
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 301px;
	height: 349px;
	padding: 5px 15px 5px 0px;
}

ul.qanda { list-style-type: none; margin: 10px 0px 0px 0px; }

.qanda li { float: left; line-height: %120; display: block; margin-bottom: 6px; }

span.q { font-size: 10px; text-transform: uppercase; color: #872068; line-height:13px;}