/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 253px;
    height: 230px;
	float:left;
	padding-top: 22px;
}


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}












ul#mycarousel.jcarousel-skin-tango li
{
	float:left;
	width:313px;
	height:310px;
	margin: 0px;
	list-style: none;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}




ul#mycarousel
{
	height:310px;
	margin:0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow:hidden;
}


.doctors_round
{
	background-image:url(../images/content/round_fon.png);
	background-repeat: repeat-x;
	padding-left: 50px;
	background-position: 0px 0px;
	height: 310px;
	overflow: hidden;
	top:63px;
	position:relative;
}


.rou1
{
	background-image: url(../images/content/round_1.png);
	background-position: 76px 0px;
	background-repeat: no-repeat;
	
}

.rou2
{
	background-image: url(../images/content/round_2.png);
	background-position: 72px 0px;
	background-repeat: no-repeat;
}

.rou3
{
	background-image: url(../images/content/round_3.png);
	background-position: 87px 0px;
	background-repeat: no-repeat;
}


.pics
{
float:left;
width:130px;
}
.t-righ
{
	float:left;
	width:170px;
	color:#0072bc;
	padding-top: 20px;
}
.t-righ a
{
color:#0072bc;
font-weight:normal;
}


.t-righ p
{
color:#ce0f46;
font-size:14px;
font-weight:bold;
}




.round_t1
{
	padding-top:20px;
	background-image: url(../images/content/round_vert_line.png);
	background-repeat: no-repeat;
	position: relative;
	height: 145px;
	padding-left: 35px;
	top: -15px;
}
.round_t1 p
{
padding-top:3px;
padding-bottom:3px;
}

.round_t2
{
	position: absolute;
	bottom: 0px;
}
.round_t2 a
{
font-size:10px;
color:#666666;
}
