/* ss_art.css */

#artBox { 
	padding: 15px 0 15px 0;
	text-align:center; background-color:black;
	border: 1px solid #444;
}


span.leftHand,span.rightHand{
	width:32px;
	height:32px;
	margin:20px;
	display:inline;
}

span.leftHand{
	background: transparent url("/images/art/left_arrow.png") no-repeat;
	float:left;
}

span.rightHand{
	background: transparent url("/images/art/right_arrow.png") no-repeat;
	float:right;
}

a:hover span.leftHand{
	background:transparent url("/images/art/left_arrow_color.png") no-repeat;
}

a:hover span.rightHand{
	background:transparent url("/images/art/right_arrow_color.png") no-repeat;
}

#artInfo {
	/* Come on CS3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#191919;
	text-align: right; 
	margin-top: 30px;
	padding: 0 15px 0 15px;
	width: 400px; 
	float:right;
	background:
}

#artBox img {display:block; margin: 0 auto 0 auto;}

#artInfo h2{margin-bottom:0px;
	text-align: right; }
	
#artInfo h2 em{color:#444; }

#artInfo p{margin-top:2px; text-align:justify;}
table { 
	width:100%;
}

table.art tr img{
	background-color:black;
	padding:3px;
	border:1px solid #333;
	margin-bottom: 10px;
}


