/* @override
	http://localhost:8888/themes/as/css/image.css */

/*IMAGE*/

div.image img {display: block;}

/*html body.ImagesPage #wrapper,
html body.ImagesPage #wrapper #wrapper2,*/
#wrapper #wrapper2 div.content,
#wrapper #wrapper2 div.contentContainer {
	max-width: 1500px;
	width: auto;
	min-width: 700px;
}

#wrapper #wrapper2 div.content {
	padding: 0 50px 0 60px;
}

body.noSubNav #wrapper #wrapper2 div.content {
	padding-top: 15px;
}


div.contentContainer div.image {
	width: 600px; /*= $image.width -> is replacedwith inline style in the template */
	border: solid 1px #000;
	margin: 0 auto;
	background: white;
	position: relative;
	padding:  0;
	display: block;
}

/*=caption*/

div.contentContainer div.image div.caption {
	border-top: solid 1px black;
	padding: 0 0.8em;
}

div.contentContainer div.image div.caption p {
	padding: 0.8em 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
div.contentContainer div.image a {color: black; }
div.contentContainer div.image a:hover {color: #333; text-decoration: none;}


/*=next =previous*/

div.contentContainer div.image a.previous,
div.contentContainer div.image a.next {
	display: block;
	width: 50px;
	height: 91px;
	font-size: 0.1px;
	line-height: 0.1px;
	text-indent: -10000px;
	text-align: left;
	white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
    position: absolute;
}

div.contentContainer div.image a.next {
	top: 100px;
	right: -60px;
	background: url(../images/arrow-right.png) no-repeat 0 0;
}

div.contentContainer div.image a:hover.next {
	background: url(../images/arrow-right.png) no-repeat -50px 0;
}

div.contentContainer div.image a.previous {
	top: 100px;
	left: -60px;
	background: url(../images/arrow-left.png) no-repeat -50px 0;
}

div.contentContainer div.image a:hover.previous {
	background: url(../images/arrow-left.png) no-repeat 0 0;
}

