img, a {
	border: none;
	margin: 0;
	padding: 0;
}

#midRif {
	position: relative;
	height: 440px;
	padding-top: 70px;
	padding-bottom: 50px;
	padding-left: 0;
}

#midRif h1 {
	color: #f7c53c;
	font: bold 18px Verdana, Arial, Helvetica;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	top: 40px;
}

#gal-container {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -425px;
}

/* @group Gallery */

.items {
	
}

.items ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 2px solid #262626;
	list-style-image: none;
	list-style-position: inside;
}

.items li  {
	padding: 0;
	float: left;
	width: 75px;
	margin: 0 4px 0 0;
	display: block;
}

* .items li  {
	padding: 0;
	float: left;
	width: 75px;
	margin: 0;
	display: block;
}

.items li a {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	border: 2px solid #262626;
}

.items li a:hover {
	border: 2px solid #f7c53c;
	margin: 0;
	padding: 0;
}

.items li a:active {
	border: 2px solid white;
	margin: 0;
	padding: 0;
}

div.scrollable { 
 
    /* required settings */ 
    position:relative;
    overflow:hidden;
	width: 241px;
	height: 399px;
	border: 1px solid #3a3a3a;
}

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
}

div.scrollable div.items div { 
    float:left; 
    width: 241px;
}

div.items div.active { 
    background-color: #262626; 
}

div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
	position: absolute;
	top: 10px;
	left: 0px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url(gallery-images/scrollable/arrow/navigator.png) no-repeat 0 0;
	display:block;
	font-size:1px;
}

div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
}

.prevPage {
	background: url(../../gallery-images/gallery-back.jpg) no-repeat;
	width: 57px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	margin: 5px;
	position: absolute;
	bottom: -35px;
}

.prevPage:hover {
	background: url(../../gallery-images/gallery-back.jpg) no-repeat 0 -22px;
	width: 57px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	margin: 5px;
	position: absolute;
	bottom: -35px;
}

.prevPage:active {
	background: url(../../gallery-images/gallery-back.jpg) no-repeat 0 -44px;
	width: 57px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	margin: 5px;
	position: absolute;
	bottom: -35px;
}

.nextPage {
	background: url(../../gallery-images/gallery-more.jpg) no-repeat;
	width: 57px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	margin: 5px;
	position: absolute;
	bottom: -35px;
	left: 180px;
}

.nextPage:hover {
	background: url(../../gallery-images/gallery-more.jpg) no-repeat 0 -22px;
	width: 57px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	margin: 5px;
	position: absolute;
	bottom: -35px;
	left: 180px;
}

.nextPage:active {
	background: url(../../gallery-images/gallery-more.jpg) no-repeat 0 -44px;
	width: 57px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	margin: 5px;
	position: absolute;
	bottom: -35px;
	left: 180px;
}

a.disabled {
	visibility:hidden !important;		
}

#lg-image {
	position: absolute;
	left: 245px;
	width: 600px;
	top: 0;
}

#lg-image p {
	font: 11px/16px Verdana, Arial, Helvetica;
	color: #999;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#lg-image .holder {
	display: block;
	height: 400px;
	text-align: center;
	background-color: #100F10;
}

#lg-image a {
	color: #f7c53c;
}



/* @end */

#gallery-select {
	font: bold 14px/26px Verdana, Arial, Helvetica;
	list-style-type: none;
	margin-left: 15px;
	margin-top: 20px;
	color: white;
}

#gallery-select a {
	color: #f7c53c;
	text-decoration: none;
}

#gallery-select a:hover {
	color: #9ea988;
	text-decoration: none;
}