
.jcarousel-skin-tango .jcarousel-container {
    
    background: #f3f7fb;
    border: 1px solid #CCCCCC;
	float:left;
	width:900px;
	height:650px;
	padding-bottom:20px;
	margin-left:4px;
	margin-bottom:0px;
	padding-left:8px;
	padding-top:10px;
	
}

.prev_next_bt {
    
    background: #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	float:left;
	width:900px;
	height:20px;
	padding-bottom:20px;
	margin-left:4px;
	margin-bottom:0px;
	padding-left:8px;
	padding-top:10p
	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 850px; 
	height: 610px;
	
}

.jcarousel-skin-tango .jcarousel-item {
    width: 850px;
    height:600px;
	padding-left:0px;
	
}


/* Remove Border */
.jcarousel-skin-tango-noborder .jcarousel-item-noborder {
    width: 300px;
    height: 90px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 695px;
    width: 62px;
	right:15px;
    height: 19px;
    cursor: pointer;
	background: transparent url(next_bt.jpg) no-repeat 0 0;
	_top:675px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
   position:absolute;
    top: 695px;
	left:725px;
    width: 70px;
    height: 19px;
    cursor: pointer;
    background: transparent url(prev_bt.jpg) no-repeat 0 0;
	border-right:1px solid #666666;
	padding-right:29px;
	_top:675px;
	_width:95px;
}

	.jcarousel-control {
	    margin-bottom: 0px;
	    text-align: center;
		/*margin-top: -12px;*/
		padding-top:12px;


	}
	.jcarousel-control a {
	    font-size: 0%;
	    text-decoration: none;
		padding:9px 8px 4px;
		margin: 0 0 5px 0;
	    font-weight: bold;
		background:url(dot-off.gif) no-repeat;
	}

	.jcarousel-control a:focus,
	.jcarousel-control a.active {
		background:url(dot-on.gif) no-repeat;
	}


	.jcarousel-scroll {
	    margin-top: 10px;
	    text-align: center;
	}

	.jcarousel-scroll form {
	    margin: 0;
	    padding: 0;
	}

	.jcarousel-scroll select {
	    font-size: 75%;
	}

	#mycarousel-next,
	#mycarousel-prev {
	    cursor: pointer;
	    margin-bottom: -10px;
	    text-decoration: underline;
	    font-size: 11px;
	}

	

.dot_line{
border: 1px dotted #CCCCCC; 
width:95%;
padding:0px;
}

.title_txt{
text-transform:uppercase;
font-weight:bold;
padding-left:15px;
font-size:12px;
}
.video_txt{
font-size:11px;
padding-top:5px;
color:#666666;
}


	
#count {
		clear:both;
		/*font-family:Arial,Helvetica,sans-serif;
		font-size:11px;*/
		padding-left:5px;
		padding-top:15px;
		
	}
	
	
	.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;
	    padding-top: 0px;
	}

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

	/**
	 * 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;
	}