﻿/*     */

#thumbNav {
	position: relative; 
	text-align: center;
	width:940px;
	margin: 15px auto 0px auto;
}
#thumbNav a {
	display:inline-block;
	padding:4px 0px;
	height:18px;
	color:#FFF;
	text-decoration:none;
	width:100px;
	cursor: pointer;
}

#thumbNav a:hover {
	background-position:50px 0;
}
/* //     */


div.thumb {
	float: left;
	list-style: none;
	margin: 30px 0px 20px 35px;
	padding: 10px;
	width: 400px;
	border:0px dotted red;
}
div.thumb div {
	margin: 0; 
	padding: 10px 10px 30px 10px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
div.thumb div img {
	width: 100px; 
	height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
div.thumb div img.hover {
	background:url(../img/nyargh/thumb_bg.png) no-repeat center center; 
	border: none;
	padding:5px;
}
#main_view {
	float: right;
	position:relative;
	margin: -405px 20px 0 0px;
	border: 0px solid #333;
	height: 352px;
	width: 400px;
	display: block;
	text-align:justify;
	font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
/*	background:url(../img/quote.png) no-repeat; */
}

#main_view h2 {
	margin-top: -17px;
	text-align:center;
	padding: 0px 0 10px 0;
}
#main_view ul {
	list-style: none;
	font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#main_view p {
	font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.headline {
	margin:-15px 0px 8px 0px;
	padding:0px;
	text-align:center;
	text-indent:-9999px;
	height:22px;
}

/* Chris Coyier: http://css-tricks.com */

.anythingSlider                         { width: 450px; height: 480px; position: relative; margin: 0px 0 0 20px; border:0px solid red}
.anythingSlider .wrapper                { width: 470px; overflow: auto; height: 480px; margin: 0px 0 0 0px; position: absolute; top:20px; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 480px; width: 500px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 165px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -55px; }
.anythingSlider .back                   { background-position: -67px 0; left: -40px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#start-stop                             { background: green; background-image: url(../img/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
