.jcarousel-skin-tango2 .jcarousel-container {
    
 
}


.jcarousel-skin-tango2 .jcarousel-container-vertical {
	width: 220px;
	height: auto;
	margin-top:0px;
	position:relative;
	
}


.jcarousel-skin-tango2 .jcarousel-clip-vertical {
	width:  220px;
	height: auto;
	
}

.jcarousel-skin-tango2 .jcarousel-item {
	width:220px;
	height: auto;
	margin-top:1px;
	margin-left:15px;
	margin-bottom:10px;
	
	
	
	
}


.jcarousel-skin-tango2 .jcarousel-item-vertical {
    margin-bottom: 0px;
	
}

.jcarousel-skin-tango2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
	
}




/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango2 .jcarousel-next-vertical {
	position: absolute;
	bottom: -15px;
	left: 90px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(../image/right_arrow.png) no-repeat 0 0;
	
}

.jcarousel-skin-tango2 .jcarousel-next-vertical:hover {
    background-position: 0 -14px;
	background: transparent url(../image/right_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-next-vertical:active {
    background-position: 0 -28px;
	 background: transparent url(../image/right_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango2 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango2 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -75px;
}

.jcarousel-skin-tango2 .jcarousel-prev-vertical {
    position: absolute;
    top: -15px;
    left: 90px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: transparent url(../image/left_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
	background: transparent url(../image/left_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
	background: transparent url(../images/prev-vertical.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.newsrow{
	width:220px;
	height:auto;
	float:left;
	margin-top:5px;
}

.newrow_bottom{ width:220px; height:20px; float:left;
                margin-left:5px; margin-top:20px; margin-bottom:20px;
               }

.datearea{ width:39px; height:79px; float:left; margin-top:3px;
          font-family:Arial, Helvetica, sans-serif;
       }
	   
.datebg{ width:39px; height:40px; background-color:#c8c3b2; float:left; display:block;
         font-size:14px; font-weight:bold;
		 color:#FFF; text-align:center;
		 padding-top:10px;
		 }
.daybg { width:39px; height:24px; float:left; background-color:#4e4c44; display:block;
        font-size:12px; font-weight:600;
		color:#faf6e7; text-align:center;
		padding-top:5px;}
	
	  
.newsarea{ width:170px; height:auto; float:left; 
         font-family:Arial, Helvetica, sans-serif;
	     margin:0px 0 10px 10px;	
	}
	
.newshead{ 	width:170px;  float:left;
            font-size:13px; color:#2e2c26;
			font-weight:600;
			padding-bottom:10px;}
			
.newsdetails {width:155px; height:auto; font-size:12px; color:#8a8a8a;
        font-weight:500; padding-right:53px; text-align:left; }
		
.news_more{ color:#cd0000; font-size:12px; font-weight:normal;}
		
.news_more a{ color:#cd0000; text-decoration:none;}
.news_more a:hover{ color:#cd0000; text-decoration:underline;}

	  
