
:focus {
  -moz-outline-style:none;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}


#main {
	position:relative;
	overflow:hidden;
	height: 480px;
}

/* root element for pages */
#pages {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
	height:20000em;
}

/* single page */
.page {
	padding:10px;
	height: 480px;
	background: url(http://media.mirwin.net/images/mirwin/portfolio-gradient.png) 0 0 repeat-x;
	/* width:650px;*/
	width:1000px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	/* width: 510px; 660 */
	width: 1020px;
	height: 480px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	/* width:650px;*/
	width:1000px;
	height:450px;
	padding:10px;
}

/* main navigator */
#main_navi {
	/* float:left; */
	width: 100%;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	text-align: center;
	/* clear:both; */
	list-style-type:none;
	display:block;
	float:left;
	width:31.333%;
	cursor:pointer;
	margin-left: 12%;
	margin-right: 1%;
}

#main_navi li img {
	vertical-align:middle;
	margin-top: 7px;
        margin-left: auto;
        margin-right: auto;
	text-align:center;
	display:block;
	padding: 10px;
}
#main_navi img:hover {
	background-color: #B2B2B2;
	outline: 5px solid #ffffff;
}

#main_navi li.active img {
	background-color: #CCCCCC;
}

#main_navi img {
/*	float:left;
	margin-right:10px;
*/
}

#main_navi strong {
	display:block;
}

#main div.navi {
	cursor:pointer;
}

/* DEPRECATED FILE */


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(http://static.flowplayer.org/tools/img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin-left: auto;
	margin-right: auto;
	width:100px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/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;     
} 	



