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

/* Photography */

.category {
	height: 130px;
}

.serie {
	height: 150px;
}

.serie a span {
	position: absolute;
	display: block;
	width: 720px;
	height: 14px;
	margin-top: 105px;
	text-align: right;
}

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

.digital a {
	background: url(../img/photography/digital.jpg) no-repeat;
	display: block;
	height: 120px;
	width: 720px;
	float: left;
}

.digserie a {
	background: url(../img/photography/digserie.jpg) no-repeat;
	display: block;
	height: 100px;
	width: 720px;
	float: left;
}

.analogic a {
	background: url(../img/photography/analogic.jpg) no-repeat;
	display: block;
	height: 120px;
	width: 720px;
	float: left;
}

.anaserie a {
	background: url(../img/photography/anaserie.jpg) no-repeat;
	display: block;
	height: 100px;
	width: 720px;
	float: left;
}

.digserie a:hover, .anaserie a:hover {
	background-position: 0px;
}

.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;
}

/* Kwick */

#kwick {
	margin-left: 15px;
	margin-bottom: 10px;
	height: 200px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	cursor: pointer;
	float: left;
	display: block;
	width: 170px;
	height: 200px;
	border-right: 4px solid #fff;
}

#kwick .polaroid {background: url(../img/photography/polaroid.jpg) no-repeat;}
#kwick .toycameras {background: url(../img/photography/toycameras.jpg) no-repeat;}
#kwick .pentax {background: url(../img/photography/pentax.jpg) no-repeat;}
#kwick .various {background: url(../img/photography/various.jpg) no-repeat;}

#kwick2 {
	margin-left: 15px;
	margin-bottom: 10px;
	height: 200px;
}

#kwick2 li {
	float: left;
}

#kwick2 .kwick2 {
	cursor: pointer;
	float: left;
	display: block;
	width: 170px;
	height: 200px;
	border-right: 4px solid #fff;
}

#kwick2 .diptychs {background: url(../img/photography/diptychs.jpg) no-repeat;}
#kwick2 .portraits {background: url(../img/photography/portraits.jpg) no-repeat;}
#kwick2 .objects {background: url(../img/photography/objects.jpg) no-repeat;}
#kwick2 .selfportraits {background: url(../img/photography/selfportraits.jpg) no-repeat;}

/* Photography - Analogic */

.pen1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/pentax/various.jpg) no-repeat;
}

.toy1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/toycameras/squarebw.jpg) no-repeat;
}

.toy2 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/toycameras/squarecolor.jpg) no-repeat;
}

.toy3 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/toycameras/supersampler.jpg) no-repeat;
}

.pol1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/polaroid/cromostecca.jpg) no-repeat;
}

.pol2 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/polaroid/polalogic.jpg) no-repeat;
}

.var1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/various/001.jpg) no-repeat;
}

.var2 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/analogic/various/002.jpg) no-repeat;
}

.pen1 a:hover, .toy1 a:hover,
.toy2 a:hover, .toy3 a:hover,
.pol1 a:hover, .pol2 a:hover,
.var1 a:hover, .var2 a:hover {
	background-position: 0px;
}

/* Photography - Digital */

.dyp1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/dyptichs/various.jpg) no-repeat;
}

.por1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/portraits/bologna.jpg) no-repeat;
}

.obj1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/objects/uncertclass1.jpg) no-repeat;
}

.obj2 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/objects/uncertclass2.jpg) no-repeat;
}

.obj3 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/objects/revisedclass.jpg) no-repeat;
}

.sel1 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/selfportraits/timeless.jpg) no-repeat;
}

.sel2 a {
	display: block;
	width: 230px;
	height: 230px;
	background: url(../img/photography/digital/selfportraits/various.jpg) no-repeat;
}

.dyp1 a:hover, .por1 a:hover,
.obj1 a:hover, .obj2 a:hover,
.obj3 a:hover, .sel1 a:hover,
.sel2 a:hover {
	background-position: 0px;
}

/* Sliding Tabs */

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

#photobuttons {
	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;
}
