/** CSS Styleshhet for VIVA CAROUSEL - by Tim Waddell - A Worpress Carousel Plugin.  *  http://www.VivaThumbs.com * Based on JCarousel from http://sorgalla.com/jcarousel/ * This  plugin code is Copyright Tim Waddell ŠApril-2008 and is licensed for single site, multi site and  * developer use as stated in our License FAQ at http://www.mediatricks.biz */  /** * This element sets the border container around the sliding items * any padding adds to the width to give 'actual' width of the carousel */.jcarousel-container {    -moz-border-radius: 5px;}/* This sets the dimesnions for either a horizontal(default) or vertical carousel *  You need to set the container size and then the clip (moving element) size*/.jcarousel-skin-tango .jcarousel-container-horizontal {    width: 800px;    padding: 20px 40px;}.jcarousel-skin-tango .jcarousel-container-vertical {    width: 200px;    height: 900px;    padding: 40px 0px 20px 0px;}.jcarousel-skin-tango .jcarousel-clip-horizontal {    width:  800px;    height: 153px;}.jcarousel-skin-tango .jcarousel-clip-vertical {    width: 190px;    height: 900px;}/* This sets the dimesnions for the individual elements in the  horizontal(default) or vertical carousel */.jcarousel-skin-tango .jcarousel-item {    width: 175px;    height: 200px;}.jcarousel-skin-tango .jcarousel-item-horizontal {    margin-right: 10px;	margin-left: 10px;}.jcarousel-skin-tango .jcarousel-item-vertical {    margin-bottom: 10px;}.jcarousel-skin-tango .jcarousel-item-placeholder {    background: #000;    color: #fff;}/** *  Horizontal Buttons *//** *   Buttons */.jcarousel-skin-tango .jcarousel-next-horizontal {    position: absolute;    top: 63px;    right: 5px;    width: 33px;    height: 58px;    cursor: pointer;    background: transparent url(next-horizontal.png) no-repeat 0 0;}.jcarousel-skin-tango .jcarousel-next-horizontal:hover {    background-position: -32px 0;}.jcarousel-skin-tango .jcarousel-next-horizontal:active {    background-position: -64px 0;}.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {    cursor: default;    background-position: -96px 0;}.jcarousel-skin-tango .jcarousel-prev-horizontal {    position: absolute;    top: 63px;    left: 5px;    width: 33px;    height: 58px;    cursor: pointer;    background: transparent url(prev-horizontal.png) no-repeat 0 0;}.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {    background-position: -32px 0;}.jcarousel-skin-tango .jcarousel-prev-horizontal:active {    background-position: -64px 0;}.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {    cursor: default;    background-position: -96px 0;}/** *  Vertical Buttons */.jcarousel-skin-tango .jcarousel-next-vertical {    position: absolute;    top: 5px;    right: 23px;    width: 32px;    height: 32px;    cursor: pointer;    background: transparent url(prev-vertical.png) 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 -96px;}.jcarousel-skin-tango .jcarousel-prev-vertical {    position: absolute;    top: 5px;    left: 23px;    width: 32px;    height: 32px;    cursor: pointer;    background: transparent url(next-vertical.png) 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 -96px;}/** * The following are used in the div container that makes the * carousel placable within your theme */.hpcarousel {display:inline;float:left;font-size:14px;font-weight:700;margin-left:3px;}.hpcarousel li {	float:left;	padding:0 5px;	}.hpcarousel li img {	border:2px solid #FFF;	display:block;	margin-bottom:2px	}	.hpcarousel a, .hpcarousel a:visited {	float:left;	color: #000000;	}.hpcarousel a:hover, .hpcarousel a:active {	}
