/*	root element for the scrollable. when scrolling occurs this element stays still. */
.scrollable {
	background:none repeat scroll 0 0;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	height:374px;
	overflow:hidden;
	position:relative;
	width:956px;
}

.scrollable .items {	
	width:20000em; /* Must be huge */
	position:absolute; /* Must be absolutely positioned */
	clear:both;
}

.items p{padding:0;}

/* single scrollable item */
.scrollable img {
	float:left;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}















/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	




/* position and dimensions of the navigator */
.navi {
	float:right;
	margin-right:40px;
	margin-top:6px;
}


/* items inside navigator */
.navi a {
	height:24px;
	width:24px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -23px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -46px;     
}














/*------------------------------------------------------------MY STYLES*/

#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14{
	width:960px;
	float:left;
	height:374px;
	}






























