
#player     { width:740px; float:left; margin-bottom:50px; }
#game	    { width:230px; float:right; margin-top:0px; }
#prev-next  { width:230px; float:right; margin-top:20px; }
  #prev		{ float:left; width:114px; }
  #next		{float:right; width:114px; }


.player     { width:740px; float:left; margin-bottom:50px; }
.game	    { width:230px; float:right; margin-top:0px; }
.prev-next  { width:230px; float:right; margin-top:20px; }
  .prev		{ float:left; width:114px; }
  .next		{float:right; width:114px; }


a { outline:none; }

p { font: 12px/17px "Helvetica Neue", Helvetica, Arial, sans; padding:0 0 20px 0; margin:0; }

/*h1 { font: 30px/36px Palatino, "Palatino Linotype", "Book Antiqua", serif; color:#002226; padding:0; margin:0; }
h2 { font: 28px/34px Palatino, "Palatino Linotype", "Book Antiqua", serif; color:#002226; padding:0; margin:0; }
h3 { font: 26px/32px Palatino, "Palatino Linotype", "Book Antiqua", serif; color:#002226; padding:20px 0 10px; margin:0; }
h4 { font: 18px/22px Palatino, "Palatino Linotype", "Book Antiqua", serif; color:#002226; font-weight:normal; padding:5px 0; margin:0; }*/


.palatino { font:14px/18px Palatino, "Palatino Linotype", "Book Antiqua", serif; }



/* Player */
#thumbnails {
	width: 690px;
	padding: 0;
	margin-bottom:5px;
	margin-top:16px;
}
#thumbnails li {
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
	position: relative;
	list-style:none;
}
#thumbnails a img {
	display: block;
	width: 170px;
	border: 4px solid #BBD8DF;
}
#thumbnails a:hover img {
	border: 4px solid #0090BB;
}
a.current img {
	border: 4px solid #0090BB !important;
}
#current_preview {
	width: 740px;
	overflow: hidden;
	position: relative;
	min-height: 417px;
	border:5px #BBD8DF solid;
	cursor:pointer;
	cursor:hand;
}


#prev {
	background:url(http://christianross.net/wp-content/themes/NETv4/images/prev-project.png) 0 0 no-repeat;
	text-indent:-9999px;
	display:block;
	height:21px;
	line-height:0;
}
#prev:hover {
	background-position: 0 -21px;
}

#next {
	background:url(http://christianross.net/wp-content/themes/NETv4/images/next-project.png) 0 0 no-repeat;
	text-indent:-9999px;
	display:block;
	height:21px;
	line-height:0;
}
#next:hover {
	background-position: 0 -21px;
}

