/*
Site: iamnotaphotographer.it
StyleSheet: design.css
*/

/* Design */

.setcont {
	float: left;
	width: 230px;
	height: 250px;
	margin: 0px 5px 5px 5px;
	border-top: 3px solid #f1ebd0;
	padding-top: 10px;
}

.setcont a span {
	position: absolute;
	margin-top: -30px;
}

.setcont a:hover span {
	visibility: visible;
}

a.backserie {
	margin-left: 8px;
	font-size: 16px;
}

a.backserie:hover {
color: #999;
}

.des1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/design/mantle.jpg) no-repeat;
}

.des2 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/design/wind.jpg) no-repeat;
}

.des3 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/design/cut.jpg) no-repeat;
}

.des1 a:hover, .des2 a:hover,
.des3 a:hover {
	background-position: 0px;
}

/* Sliding Tabs */

#panes {
	text-align: center;
	border-style: none;
	width: 700px;
	margin: 0 auto 0 auto;
}

#desbuttons {
	margin-top: 10px;
	text-align: center;
	width: 700px;
}

#panes div div { overflow: hidden; }

#panes span {
	visibility: visible;
	font-size: 16px;
	font-style: italic;
}

#panes p {
	margin-bottom: 10px;
}

#previous { float: none; cursor: pointer; margin-left: 20px; }
#next { float: none; cursor: pointer; margin-left: 10px; }

li { float: left; }

.pearScrollBackground {
	padding: 5px;
}

.pearScroll {
	width: 700px;
	padding: 5px 10px 4px 3px;
	height: 75px;
	overflow: hidden;
}

.pearScrollContent {
	height: 85px;
}

.pearScrollContent img {
	margin: 0px 8px 0px 0px;
	height: 75px;
	cursor: pointer;
}

#pearSlider {
	background-image: url("../img/sliderbg.gif");
	margin: 0px 5px 0px 0px;
	height: 6px;
	width: 720px;
	cursor: pointer;
	font-size: 5px;
}

#pearScrollKnob {
	height: 6px;
	cursor: pointer;
}

.knobLeft, .knobBg, .knobRight {
	float: left;
	height: 6px;
}

.knobLeft {
	background-image: url("../img/sliderl.gif");
	width: 4px;
}

.knobBg {
	background-image: url("../img/sliderc.gif");
	width: 4px;
}

.knobRight {
	background-image: url("../img/sliderr.gif");
	width: 4px;
}
