/* TSS Global */
#tssWrapper {
	margin: 10px 0;
}

#tssWrapper img {
	border: none;
}

#tssWrapper h3 {
	font-size: 13px;
	margin: 3px 0 6px 0;
	padding: 0;
	font-weight: bold;
}

#tssWrapper h4 {
	font-size: 15px;
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

#tssWrapper p {
	font-size: 13px;
	font-style: italic;
	margin: 6px 0;
}

/* Tabs */
#tssTabsNav {
	height:35px;
	background:url(../images/bgtabstates.jpg) no-repeat #fff;
	padding:0;
	margin:0;
	width:292px;
}

#tssPoses {
	text-align:center;
	float:left;
	width:60px;
}

#tssPhotos {
	text-align:center;
	float:left;
	width:53px;
}

#tssVideos {
	text-align:center;
	float:left;
	width:58px;
}

#tssArtists {
	text-align:center;
	float:left;
	width:70px;
}

#tssWrapper #tssTabsNav h4 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0;
	padding:0;
}

#tssTabsNav h4 a:link,
#tssTabsNav h4 a:hover,
#tssTabsNav h4 a:active,
#tssTabsNav h4 a:visited {
	display:block;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#tssTabsNav.photosTab {
	background:url(../images/bgtabstates.jpg) no-repeat 0 -164px;
	height:35px;
	width:292px;
}

#tssTabsNav.videosTab {
	background:url(../images/bgtabstates.jpg) no-repeat 0 -358px;
	height:35px;
	width:292px;
}

#tssTabsNav.artistsTab {
	background:url(../images/bgtabstates.jpg) no-repeat 0 -537px;
	height:35px;
	width:292px;
}

#tssTabsNav ul {
	display:inline;
	margin:0;
	padding:0;
}

#tssTabsNav li {
	float:left;
	display:inline;
	height:35px;
	line-height:33px;
	margin:0;
	padding:0;
}

.tssTabOff {
	display:none;
}

/* Slideshow  style rules */
#tss1Slideshow,
#tss2Slideshow,
#tss3Slideshow,
#tss4Slideshow {
	margin:0;
	width:292px;
	height:255px;
	background:transparent url(../images/tabbedbg.png) no-repeat 0 0;
	position:relative;
}

#tss1Slideshow #tss1SlidesContainer,
#tss2Slideshow #tss2SlidesContainer,
#tss3Slideshow #tss3SlidesContainer,
#tss4Slideshow #tss4SlidesContainer {
  margin:0 auto;
  width:222px;
  height:255px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#tss1Slideshow #tss1SlidesContainer .tss1Slide,
#tss2Slideshow #tss2SlidesContainer .tss2Slide,
#tss3Slideshow #tss3SlidesContainer .tss3Slide,
#tss4Slideshow #tss4SlidesContainer .tss4Slide {
  margin:0 auto;
  width:222px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:255px;
  text-align: center;
}

/* Slideshow controls style rules */
.tss1Control,
.tss2Control,
.tss3Control,
.tss4Control {
  display:block;
  width:35px;
  height:255px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#tss1LeftControl,
#tss2LeftControl,
#tss3LeftControl,
#tss4LeftControl {
  top:0;
  left:0;
  background:transparent url(../images/controlLeft.png) no-repeat 0 0;
}

#tss1RightControl,
#tss2RightControl,
#tss3RightControl,
#tss4RightControl {
  top:0;
  right:0;
  background:transparent url(../images/controlRight.png) no-repeat 0 0;
}