/************* CSS RESET ***************/

html, body, div {
	margin: 0;
	padding: 0;
	outline: 0;
}

a img {
	border:none;
}

/************* STYLES ***************/

.rfloat {
	float:right;
}

.lfloat {
	float:left;
}

.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
	margin:0 !important;
}

body {
	background:transparent url(../../images/pdv11/bg.gif);
	font-family:Arial, Verdana, Tahoma;
	color:#fff;
	font-size:14px;
}

.wrapper {
	width:905px;
	margin:22px auto 20px;
}

.header, .baseline {
	display:block;
	*font-size:0;
}

.header {
	position:relative;
}

.elb {
	position:absolute;
	left:-12px;
	top:29px;
}

.carousel {
	background:#fff url(../../images/pdv11/bg_car.gif) no-repeat;
}

.carousel_inner {
	background:transparent url(../../images/pdv11/bg_car_rp.gif) repeat-x;
	height:203px;
	margin:0 26px 0 296px;
}

.content {
	background:transparent url(../../images/pdv11/bg_con.gif) no-repeat;
	padding:0 0 0 250px;
}

.content_inner {
	height:262px;
	background:#fff url(../../images/pdv11/bg_cont.gif) no-repeat scroll bottom right;
}

.content_inner .profile {
	float:left;
	margin:0 0 0 2px;
	display:block;
	position:relative;
	font-size:0;
	text-decoration:none;
	color:#fa1800;
	cursor:pointer;
	width:100px;
}

.content_inner .bt {
	margin-bottom:4px;
}

.profile .name {
	display:block;
	line-height:13px;
	text-align:center;
	font-weight:bold;
	width:100px;
	color:#fa1800;
	font-size:11px;
}

.profile .location {
	display:block;
	line-height:13px;
	text-align:center;
	width:100px;
	color:#000;
	font-size:11px;
}

/***************** CAROUSEL *******************/

#m_scroll {
	/* background-image: url(images/bg_scroll.gif); */
	background-repeat: no-repeat;
	display: block;
	width: 570px;
	height: 160px;
	margin: 0 auto;
}

a.m_face, a.m_face:visited {
	border: 2px solid #eee;
	padding: 0px;
	display: block;
	margin: 0 0 1px 0;
}

a.m_face:hover {
	border: 2px solid #000;
}

.jcarousel-container-horizontal {
	display: block;
	width: 560px;
	height: 160px;
	margin: 0 auto;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 0;
    width: 11px;
    height: 38px;
    cursor: pointer;
    background: transparent url(../../images/pdv11/ar_e.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background: transparent url(../../images/pdv11/ar_e_hv.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 0;
    width: 11px;
    height: 38px;
    cursor: pointer;
    background: transparent url(../../images/pdv11/ar_w.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(../../images/pdv11/ar_w_hv.gif) no-repeat 0 0;
}

.jcarousel-clip-horizontal {
	width: 521px;
	height: 160px;
	margin: 0 auto !important;
}

.jcarousel-item {
	width: 154px;
	font-family: "Tahoma", Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
	text-transform:uppercase;
	color: #fff;
	text-align:center;
}

.jcarousel-item-horizontal {
	margin-right: 5px;
}

.location {
	display:block;
	font-size:10px;
	font-weight:normal;
}