﻿.jcarousel-skin-tango .jcarousel-container
{
	/*  -moz-border-radius: 10px;       
	border	: 1px solid #346F97; */
	background: url(images/frameVertical.gif) no-repeat left top; /* F0F6F9 */
}
.jcarousel-skin-tango .jcarousel-container-vertical
{
	width: 180px;
	height: 356px; /* 245px Tango Change Height to adjust 4 */
	padding: 7px 40px 10px 12px;
	/*background-color:Red;*/
}
.jcarousel-skin-tango .jcarousel-clip-vertical
{
	width: 150px; /* 75px Tango To adjust 2 in a row */
	height: 358px; /* 245px Tango Change Height to adjust 3 */
	/*background-color:yellow;*/
}
.jcarousel-skin-tango .jcarousel-item
{
	width: 150px;
	height: 116px;
}
.jcarousel-skin-tango .jcarousel-item-vertical
{
	margin-bottom: 2px; /* 10px Tango Change Height to adjust 4 */
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder
{
	background: #fff;
	color: #000;
}
/* Vertical Buttons */
.jcarousel-skin-tango .jcarousel-next-vertical
{
	position: absolute;
	bottom: 158px;
	left: 176px; /* 43px to adjust the position for 2 column*/
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/next-vertical.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover
{
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active
{
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active
{
	cursor: default;
	background-position: 0 -34px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical
{
	position: absolute;
	top: 144px;
	left: 176px; /* 43px to adjust the position for 2 column*/
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/prev-vertical.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover
{
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active
{
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active
{
	cursor: default;
	background-position: 0 -34px;
}
