
/* Smooth Gallery */

.content
{
	margin: 0;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	display:block;
	width:750px;
	height:350px;
	text-align: left;
	margin: 10px auto;
	border:5px solid #fff;
}

#mySlideGallery
{
	display:block;
	width:500px;
	height:350px;
	text-align: left;
	margin: 10px auto;
	border:5px solid #fff;
	margin-left:10px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #01903d;
}
.vscrollerbar {
width: 10px;
background-color: #fff;
}
.hscrollerbase {
height: 10px;
background-color: #fff;
}
.hscrollerbar {
height: 10px;
background-color: #01903d;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: fff;
}

/* Image class */
.images{padding:2px;background:#ffffff;border:1px solid #d6e5ee;-moz-border-radius:2px;}
.images_thumbnails{padding:1px;margin-right:1px;margin-bottom:1px;background:#000;border:1px solid #222;float:left;display:inline;-moz-border-radius:2px;}
.images_tails{border:0px;}
.image_thumbs{padding:2px;background:#ffffff;border:1px solid #d6e5ee;-moz-border-radius:2px;display:block;margin:auto;}
.ImageThumbs {display: block;margin:auto;padding:0px;}

/* Presentation - Museum - Stone */

.imagethumbox{
width:auto;
margin:0;
}
.imagethumbox a img{
color:#fff;
}
.imagethumbox a:hover img{
border:1px solid #e0e0e0;
-moz-border-radius:2px;
}

/* Photobox */

.photothumb {
border: 1px solid #e0e0e0;
height: auto;
float: left;
text-align: center;
overflow:hidden;
}
.photothumb img{
display: inline;
margin: 5px;
border: 0px solid black;
}
.photothumb a:hover img {border: 0px solid black;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
text-align: center;
font-weight: normal;
font-size:12px;
width: 150px;
margin: 0 3px 3px 3px;
} 

/*	-------------------------------------------------------------
	PAGINATED
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.pagebox{
display:block;
clear:both;
margin:10px;
}
.pageboxtext{
padding:5px 0;
}
span.p0{
background:#574436;
color:#fff;
padding:3px 7px;
font-size:11px;
text-decoration:none;
border:1px solid #0e0e0e;
margin-right:1px;
}
.p1{
background:#433226;
color:#fff;
padding:3px 7px;
font-size:11px;
text-decoration:none;
border:1px solid #0e0e0e;
margin-right:1px;
}
a.p1, a:visited.p1{
background:#433226;
color:#fff;
font-size:11px;
border:1px solid #0e0e0e;
}
a:hover.p1, a:focus.p1{
background:#31241b;
color:#fff;
font-size:11px;
border:1px solid #0e0e0e;
}

/*	-------------------------------------------------------------
	RIGHTCOLUMN 2-COL BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#rightcolumn  {
margin:0px;
}
#rightcolumn .two {
  width: 220px;
}
#rightcolumn .two .box {
width: 220px;
margin: 0 0 10px 0;
padding: 4px 0;
-moz-border-radius: 4px;
}
#rightcolumn .two .box ul li {
width:220px;
float: left; 
margin: 0;
padding: 2px 0;
border-top: 1px solid #222;
font-size:11px;
text-transform:uppercase;
}
#rightcolumn .two .box ul a {
padding: 0 0 2px 10px;
display: block;
text-decoration: none;
color: #666;
}
#rightcolumn .two .box ul a:hover {
text-decoration: underline;
border: 0;
}
