/* Controls in the top right */
.jcarousel-control { float: left; position: absolute; top: 0; right: 0; z-index: 100; }

.jcarousel-control a { display: inline; float: left; margin: 0; padding: 0; width: 30px; height: 27px; font-size: 15px; font-weight: bold; text-decoration: none; text-align: center; line-height: 27px; color: #82b5d5; text-shadow: 0 1px 1px #fff; }
	
.jcarousel-control a.active { background: #add1e7; color: #fff; text-shadow: none; border-bottom: 1px solid #9dc5e1; -webkit-box-shadow: 0 1px 1px #fff; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius: 0 0 3px 3px; }

.jcarousel-control a:focus,
.jcarousel-control a:active { outline: none; }

/* Pause button */
.jcarousel-control a.pause-button { background: url(play-pause.gif) no-repeat 0 0; text-indent: -999em; }
.jcarousel-control a.paused { background-color: none; background-position: 0 -27px; border: none; -webkit-box-shadow: none; }

.jcarousel-list { margin: 36px 0 0; }

.jcarousel-container {  }
.jcarousel-container-horizontal { width: 630px !important; overflow: hidden !important; }

.jcarousel-clip { width: 630px; overflow: hidden !important; }
.jcarousel-clip-horizontal { width: 630px !important; height: 261px !important; overflow: hidden !important; }

.jcarousel-item,
.jcarousel-item-horizontal { width: 630px !important; height: 261px !important; }
