.videoThmbs {
	clear: both;
	letter-spacing: -4px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 -.2%;
}
.videoThmbs li:hover {
	background: #FFF;
	height:auto;
	border-radius:	6px;

}
.videoThmbs li a.title, .listProfiles li a.title {
	display: block;
	overflow: hidden;
	padding: 5px 1px 6px 5px;
	background-color:#dadada;
	color: #6d6d6d;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top-left-radius: 		4px; 
	border-top-right-radius: 		4px;
	border-bottom-right-radius: 	0px;
	border-bottom-left-radius: 		0px; 	
	-moz-border-radius-topleft: 	4px;
	-moz-border-radius-topright: 	4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 	0px;
}
.videoThmbs li a.thumb {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 0 6px 0;
	border-radius: 2px;
	border-top-left-radius: 		0px; 
	border-top-right-radius: 		0px;
	border-bottom-right-radius: 	4px;
	border-bottom-left-radius: 		4px; 	
	-moz-border-radius-topleft: 	0px;
	-moz-border-radius-topright: 	0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 	4px;
}
.videoThmbs li a.thumb img {
	display: inline;
	width: 100%;
	height: auto;
	border: none;
	zoom: 1;
	min-height: 110px;
}
.videoThmbs li a.thumb .duration {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 5px;
	background: #7368af;
	color: #fff;
	-webkit-transition: bottom .2s linear;
	-moz-transition: bottom .2s linear;
	-ms-transition: bottom .2s linear;
	-o-transition: bottom .2s linear;
	transition: bottom .2s linear;
}
.videoThmbs li span.rating {
	display: inline;
	float: right;
	zoom: 1;
}

/* GENERIC TAG STYLES */

form {
	border-collapse:	collapse;
	padding:			0px;
	margin:				0px;
}
input, select, textarea {
	border-top: 		1px solid #0063af;
	border-bottom: 		1px solid #00396a;
	border-left: 		1px solid #0063af;
	border-right:		1px solid #0063af;
	margin:				2px;
	padding:			2px;
}
.left {
	float: 				left;
}
.right {
	float: 				right;
}
.clear {
	clear: 				both;
}
.space {
	margin-bottom:		8px;
}
.space_big {
	margin-bottom:		16px;
}
.main_with_sidebar .section_separator_small, .main_with_sidebar_wide  .section_separator_small {
	margin-right:		20px;
}
.main_with_sidebar {
	float:				left;
	width:				766px;
	padding:			0px;
}
.main_no_sidebar {
	width:				1458px;
	margin:				auto;
	max-width:			100%;
	position:			relative;
    margin-left:        5px;
    margin-right:       5px;
}
.sidebar {
	float:				right;
	width:				182px;
	padding:			0px;	
}
.main_with_sidebar_wide {
	float:				left;
	width:				616px;
	padding:			0px;
}
.sidebar_wide {
	float:				right;
	width:				320px;
	padding:			0px;	
}

.box1 {
	border:				1px solid #2e2e2e;
	background-color:	#000000;
	padding:			10px;
	margin:				0px 0px 10px 0px;
	text-align:			center;
}

.box1 img {
	margin-bottom:		5px;
}

.box1 A:active, .box1 A:link, .box1 A:visited {
	color:				#009bda;
}

.box1 A:hover {
	color:				#000;
}

.box2 {
/*	border:				8px solid #fff;*/
	background-color:	#000000;
	text-align:			center;
	margin:				0px 0px 10px 0px;
}

.alternate_color1	{
	color:				#00a2ff;
}
.modeltext {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 0;
}
.model_image {
	border:				8px solid #fff;
	margin-right:		8px;
}

/* Eric added */

.model_image_profile {
	position: 			relative;;
	float: 				left;
	border:				8px solid #fff;
	margin-right:		15px;
}