
@charset "utf-8";


#loop{
	margin-top:0px;
	width:1200px;
	height:300px;
	padding-top:0px;
	padding-left:0px;

}

.scrollable {
	position:relative;
	overflow:hidden;
	width:1200px;
	height:300px;
}

.scrollable .items {
	width:1500em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:1200px;
	text-align:right;
}

.scrollable img {
	/*float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
	margin-top:0px;
}

.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.scrollable {
	float:left;	
}

a.browse {
	background:url(../media/img/btt-pn.png) no-repeat;
	display:block;
	width:31px;
	height:31px;
	float:left;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:auto;
	margin-top:150px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -31px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-31px -31px; }
a.right:active 	{ background-position:-62px -31px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-31px 0; }
a.left:active  	{ background-position:-62px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

/* position and dimensions of the navigator */
.navi {
	margin-left:200px;
	width:200px;
	height:0px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../media/img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}