/************************
 * Games Slideshow 		*
 ************************/


 .games-slideshow-short-description {
	position:		absolute;
	
	margin:			0;
	
	background: 	white;
		
	font-size:		12px;
	font-style:		italic;
	line-height:	20px;
	
	color:			black;

}

.jcarousel-skin-games .jcarousel-container {
    background: #FFF;
	/*
    border: 1px solid 000;
	*/
}

.jcarousel-skin-games .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-games .jcarousel-container-horizontal {
    width: 352px;
    /*padding: 0;*/
	
	/* jan: added padding to fit in the scroll buttons */
	padding-top:	5px;
}

.jcarousel-skin-games .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
	
    /*padding: 40px 20px;*/
}

.jcarousel-skin-games .jcarousel-clip-horizontal {
    width:  312px;
	
    /* jan: extended height to fit in the scroll buttons
	height  : 119px;
	*/
	height: 130px;
	/* Markus: spcae for scroll buttons */
	margin: 0px 20px;
	/*
	border:			1px dashed #000; 
	*/
}

.jcarousel-skin-games .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-games .jcarousel-item {

    width   : 80px;
	
	/* jan: extended height to fit in the scroll buttons
	height  : 110px;
	*/
	height:		130px;

	/*
	border:			1px dashed #000; 
	*/
}

.jcarousel-skin-games .jcarousel-item img {
	display: 		block;
	margin-left: 	auto;
	margin-right: 	auto;
}

.jcarousel-skin-games .jcarousel-item  .jcarousel-item-footline{
	padding-top:	2;
	
    font-size:		8px;
	text-align: 	center;
	
	color:			black;
	
	/*
	border:			1px dashed #000; 
	*/
}

.jcarousel-skin-games .jcarousel-item-horizontal {
    
	margin-left : 0px;

	/*
	border:			1px dashed #000; 
	*/
}

.jcarousel-skin-games .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-games .jcarousel-item-vertical {
    margin-bottom: 0;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-games .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/homesite/arrow-right.png) no-repeat 0 0;
	
	/*
	border:			1px dashed #000; 
	*/
	/* Jan: Remove Button to scroll left/right for now
	visibility: hidden;
	*/
}

.jcarousel-skin-games .jcarousel-direction-rtl .jcarousel-next-horizontal {
    right: 0;
    right: auto;
    background-image: url(../img/homesite/arrow-right.png);
	
	/* Jan: Remove Button to scroll left/right for now
	visibility: hidden;
	*/
}

.jcarousel-skin-games .jcarousel-next-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-skin-games .jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-games .jcarousel-next-disabled-horizontal,
.jcarousel-skin-games .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-games .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-games .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/homesite/arrow-left.png) no-repeat 0 0;
	
	/*
	border:			1px dashed #000; 
	*/
	
	/* Jan: Remove Button to scroll left/right for now
	visibility: hidden;
	*/
}

.jcarousel-skin-games .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background-image: url(../img/homesite/arrow-right.png);
	
	/* Jan: Remove Button to scroll left/right for now
	visibility: hidden;
	*/
}

.jcarousel-skin-games .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-skin-games .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-games .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-games .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-games .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

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

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

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

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

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

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

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

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

