* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, Verdana, Tahoma;
  text-align: left;
  font-size: 12px;
  color: #000;
  line-height: 17px;
  background: #FFF url('../images/bg.jpg') repeat-x;
}
 
table {
  font-size: 12px;
}

p {
  margin-bottom: 15px;
}
  
a,
a:hover {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: normal;
}

img {
  border: 0;
}

.clear {
  clear:both;
}

.overflow {
  overflow: hidden;
  width: 100%;
}

.container {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 0 auto;
}

/**MAIN**/
.header-main {
  overflow: hidden;
  width: 1000px;
  height: 303px;
}
#modelscontainer {
margin: auto;
margin-left:40px;
}
.logo-main {
  float: left;
  display: inline;
  width: 500px;
  height: 303px;
  background: url('../images/logo-main.jpg') no-repeat;
}

.top-main {
  float: left;
  display: inline;
  width: 500px;
  height: 303px;
  background: url('../images/top-main.jpg') no-repeat;
}

.menu {
  list-style-type: none;
  height: 91px;
  margin: 22px 0 0 31px;
}

.menu li {
  float: left;
  display: inline;
}

a.button,
a.button2,
a.button3 {
	display: block;
	height: 91px;
	color: #FFF;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	line-height: 91px;
	text-align: center;
	text-decoration: none;
	background-color: #5E008B;
}

a.button3 {
  width: 236px;
	height: 119px;
	line-height: 119px;
}

a.button:hover,
a.button2:hover,
a.button3:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #7E3280;
}

a.button span,
a.button2 span,
a.button3 span {
	width: 312px;
	position: absolute;
	height: 91px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

a.button2 span {
  width: 936px;
}

a.button3 span {
  width: 236px;
  height: 119px;
}

a.button:hover span,
a.button2:hover span {
	background-position: 0 -91px;
}

a.button3:hover span {
	background-position: 0 -119px;
}

a.members {
  width: 312px; 
  margin-right: 5px;
}

a.members span {
	width: 312px;
	height: 91px;
	background: url('../images/members.jpg') no-repeat;
}

a.access {
  width: 312px; 
  margin-right: 5px;
}

a.access span {
	width: 312px;
	height: 91px;
	background: url('../images/access.jpg') no-repeat;
}

a.models {
  width: 312px; 
}

a.models span {
	width: 312px;
	height: 91px;
	background: url('../images/models.jpg') no-repeat;
}

a.full-movie {
  width: 936px; 
  margin: 12px 0 0 10px;
}

a.full-movie span {
	width: 936px;
	height: 91px;
	background: url('../images/full-movie.jpg') no-repeat;
}

a.instant-access {
  position: absolute;
  top: 106px;
  left: 9px;
  width: 236px;
}

a.instant-access span {
	width: 236px;
	height: 119px;
	background: url('../images/instant-access.jpg') no-repeat;
}

a.see-more {
  position: absolute;
  top: 106px;
  left: 709px;
  width: 236px;
}

a.see-more span {
	width: 236px;
	height: 119px;
	background: url('../images/see-more.jpg') no-repeat;
}

.container-main {
  overflow: hidden;
  width: 960px;
  margin: 10px auto 0 auto;
  background-color: #FFF;
}

.container-main h1 {
  font-size: 25px;
  font-weight: bold;
  color: #2a0056;
  margin: 10px 0 10px 0;
  text-align: center;
}

.text {
  margin: 10px 0 20px 0;
}

.footer {
  width: 1000px;
  color: #333333;
  text-align: center;
  margin: 0 auto 40px auto;
}

.footer a {
  color: #f30000;
  text-decoration: underline;
}

.footer a:hover {
  color: #f30000;
  text-decoration: none;
}

.webmaster {
  padding-top: 28px;
  height: 26px;
}

.warning {
  font-size: 10px;
  margin: 20px auto 0 auto;
  width: 565px;
}

.copyright {
  font-size: 10px;
  margin: 20px auto 0 auto;
  width: 420px;
}

.episodebox {
  width: 960px;
  color: #fff;
  background: #D9D9D9 url('../images/episodebox-bg.jpg') repeat-x;
  border-bottom: 10px solid #FFF;
}

.episodebox h2 {
  width: 937px;
  height: 45px;
  color: #FFF;
  font-size: 28px;
  padding: 23px 0 0 23px;
  background: url('../images/h2.jpg') no-repeat;
}

.episodebox-left {
  float: left;
  display: inline;
  margin: 10px 0 0 10px;
  width: 626px;
  height: 436px;
  border: 2px #FF0000 solid;
  position: relative;
}

.scrollable-image {
  overflow: hidden;
  width: 620px;
  height: 430px;
  border: 3px solid #A107CD;
  position: relative;
}
.scrollable-image span {
	display: block;
	width: 2480px;
	height: 430px;
}
.scrollable-image span img { float:left }
.arrow-left,
.arrow-right {
	width: 39px;
	height: 435px;
	cursor:pointer;
	background-repeat:no-repeat;
	position:absolute;
	top:3px;
}

.arrow-left {
  background-image:url('../images/scroll-left.png');
  left:0;
}

.arrow-right {
  background-image:url('../images/scroll-right.png');
  right:0;
}

.episodebox-right {
  overflow: hidden;
  float: right;
  display: inline;
  margin: 10px 12px 0 0;
  overflow: hidden;
  width: 301px;
}

.description {
  width: 266px;
  min-height: 280px;
  padding: 15px 20px 10px 20px;
  background: #646464 url('../images/description.jpg') no-repeat;
}

.rating {
  width: 301px;
  height: 134px;
  background: #242425 url('../images/rating-bg.jpg') no-repeat;
}

.rating h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0 0 20px;
  width: 181px;
}

.star {
  overflow: hidden;
  margin: 20px 0 0 20px;
}

.star img,
.star2 img {
  float: left;
  display: inline;
  padding-right: 5px;
  cursor: pointer;
}

.vote {
  display: block;
  font-size: 17px;
  height: 20px;
  margin-left: 20px;
  padding-top: 20px;
}

.thumbs {
  overflow: hidden;
  width: 945px;
  margin: 6px 0 12px 10px;
}

.thumbs img {
  float: left;
  display: inline;
  width: 224px;
  height: 169px;
  margin-right: 8px;
  border: 2px #A107CD solid;;
}

.episode-bottom {
  width: 960px;
  height: 14px;
  background: #FFF url('../images/episode-bottom.jpg') no-repeat;
}

.episodebox-left2 {
  float: left;
  display: inline;
  margin: 10px 0 0 12px;
  width: 231px;
}

.description2 {
  width: 205px;
  min-height: 279px;
  padding: 15px 13px 10px 13px;
  background: #616161 url('../images/description2.jpg') no-repeat;
}

.rating2 {
  width: 231px;
  height: 89px;
  background: #242425 url('../images/rating2-bg.jpg') no-repeat;
}

.rating2 h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 13px 0 0 13px;
  width: 218px;
}

.star2 {
  overflow: hidden;
  margin: 13px 0 0 13px;
}

.vote2 {
  display: block;
  font-size: 17px;
  margin-left: 13px;
  padding-top: 5px;
}

.episodebox-middle {
  float: left;
  overflow: hidden;
  display: inline;
  margin: 10px 0 0 4px;
  width: 512px;
  height: 384px;
  border: 2px #FF0000 solid;
}

.episodebox-middle img {
  border: 3px #A107CD solid;
}

.episodebox-right2 {
  float: right;
  overflow: hidden;
  display: inline;
  width: 174px;
  margin: 5px 15px 0 0;
}

.episodebox-right2 img {
  float: left;
  display: inline;
  width: 170px;
  height: 124px;
  margin-top: 5px;
  border: 2px #A107CD solid;
}

.our-sites {
  width: 960px;  
  border-bottom: 10px solid #FFF;
  background: #FFF url('../images/our-sites.jpg') repeat-x;
}

.title-sites {
  width: 937px;
  height: 45px;
  color: #FFF;
  font-size: 28px;
  font-family: Trebuchet MS;
  padding: 23px 0 0 23px;
  background: url('../images/title-bg.jpg') no-repeat;
}

.sites-cont {
  overflow: hidden;
  width: 949px;
  height: 246px;
  padding-left: 11px;
}

.sites-box {
  float: left;
  display: inline;
  width: 227px;
  min-height: 238px;
  margin: 8px 10px 0 0;
  background: #C9C9C9 url('../images/sites-box.jpg') no-repeat;
}

.sites-box img {
  margin: 2px;
}

.site-title {
  font-size: 15px;
  color: #db5400;
  margin: 5px 0 0 11px;
}

.sites-box p {
  width: 205px;
  margin: 3px 0 0 11px;
}

.container-footer {
  width: 100%;
  overflow: hidden;
  background: #FFF url('../images/container-footer.jpg') repeat-x;
}

.cont-box {
  width: 960px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.surprise {
  position: relative;
  height: 305px;
  background: url('../images/surprise-bg.jpg') no-repeat;
}

.left {
  float: left;
  display: inline;
  width: 12px;
  height: 22px;
  margin: 110px 5px 0 5px;
  /*background: url('../images/left.gif') no-repeat;*/
}

.right {
  float: left;
  display: inline;
  width: 12px;
  height: 22px;
  margin: 110px 0 0 4px;
  /*background: url('../images/right.gif') no-repeat;*/
}

.models-box {
  float: left;
  display: inline;
  width: 227px;
  margin: 4px 4px 4px 2px;
  background: #C8C8C8 url('../images/models-box.jpg') no-repeat;
  height: 200px;
  border:1px solid #ccc;
}

.models-box a { font-weight:bold; color:#900 }

.models-box h3 {
  font-size: 15px;
  color: #000;
  margin: 3px 5px 0 10px;
}
.models-box h3 a { color:#000; text-decoration:none }
.models-box h3 a:hover { text-decoration:underline }

.models-box p {
  margin: 5px 5px 4px 10px;
}
.models-box img {
  margin: 2px;
}
.models-title {
  color: #dc2700;
  font-size: 15px;
  margin: 5px 0 0 12px;
}
.models-box p {
  margin: 3px 0 0 12px;
  width: 210px;
}

.models-cont {
  overflow: hidden;
  width: 960px;
}
