/* @override 
	http://rw1005.skinner:8888/assets/css/jcarousel/skins/garagers/skin.css
	http://rw1005.skinner:8888/assets/css/jcarousel/skins/ritoomo/randomskin.css
*/

.jcarousel-skin-ritoomo-rand .jcarousel-container {
	background: #2b5161 url(/assets/css/rtm-theme/images/ui-bg_dots-small_20_333333_2x2.png) repeat 50% 50%;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}


.jcarousel-skin-ritoomo-rand .jcarousel-container-vertical {
    padding: 40px 10px;
}

/* total 708px -padding 40+40 */
.jcarousel-skin-ritoomo-rand .jcarousel-container-horizontal {
    width: 654px; /*height: 116px;*/
	padding-bottom: 6px;
	padding-top: 6px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.jcarousel-skin-ritoomo-rand .jcarousel-clip-vertical {
    width:  100%;
    background: black;
	height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jcarousel-skin-ritoomo-rand .jcarousel-clip-horizontal {
    background: black;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


.jcarousel-skin-ritoomo-rand .jcarousel-item {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

/*jcarousel-item*/
.jcarousel-skin-ritoomo-rand .jcarousel-item-vertical  {
	position: relative;
	width: 100%;
	text-align: left;	
	margin-bottom: 10px;
	overflow: hidden;
	height: 137px;
}
.jcarousel-skin-ritoomo-rand .jcarousel-item-horizontal {
	position: relative;
	width: 100%;
	text-align: left;
	overflow: hidden;
	height: 128px;
}


/* songtitle */
.jcarousel-skin-ritoomo-rand .jcarousel-item a{
	text-decoration: none;
}

.jcarousel-skin-ritoomo-rand .songtitle {
	font-weight: bold;
	width: 100%;
	top: 47px;
	position: absolute;
	text-align: center;
	font-size: 110%;
	z-index: 1;
}
.jcarousel-skin-ritoomo-rand .songimage {
	width: 128px;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
}
.jcarousel-skin-ritoomo-rand .songInfo {
	z-index: 1;
}
.jcarousel-skin-ritoomo-rand .songInfo a {
	text-shadow: #000 0 0 3px;
	color: white;
}

.jcarousel-skin-ritoomo-rand .filepict {
	width: 128px;
	height: 128px;
}


.jcarousel-skin-ritoomo-rand .songartist {
	width: 100%;
	top: 74px;
	position: absolute;
	text-align: center;
	font-size: 110%;
	z-index: 1;
}






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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ritoomo-rand .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ritoomo-rand .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ritoomo-rand .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ritoomo-rand .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ritoomo-rand .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ritoomo-rand .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 64px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ritoomo-rand .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ritoomo-rand .jcarousel-next-disabled-vertical,
.jcarousel-skin-ritoomo-rand .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ritoomo-rand .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 64px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ritoomo-rand .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ritoomo-rand .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ritoomo-rand .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.entry-body img {
	max-width: 540px;
	max-height: auto;
}

.entry-image {
	width: 120px; height: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
}
.entry-image img {
	width: 120px; height: 120px;
}

