/* Gallery2 layout for Cotic product pages */
/* Kelvin Owers - www.spittingcat.com */

#Gallery {
	position:absolute;
	left:400px;
	top:0px;
	width:800px;
	height:660px;
}

#mainpic {
	position:absolute;
	left:-400px;
	top:10px;
	width:800px;
	border: solid #666666 3px;
}

#one, #two, #three, #four, #five, #six ,#seven ,#eight ,#nine ,#ten , #eleven, #twelve {
	background-color:black;
	border: solid #666666 3px;
	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}
#one:hover, #two:hover, #three:hover, #four:hover, #five:hover, #six:hover, #seven:hover ,#eight:hover ,#nine:hover ,#ten:hover , #eleven:hover, #twelve:hover {
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

#one {
	position:absolute;
	left:-305px;
	top:50px;
	width:200px;
	height:200px;
}

#two {
	position:absolute;
	left:-100px;
	top:50px;
	width:200px;
	height:200px;
}

#three {
	position:absolute;
	left:105px;
	top:50px;
	width:200px;
	height:200px;
}

#four {
	position:absolute;
	left:-305px;
	top:255px;
	width:200px;
	height:115px;
}

#five {
	position:absolute;
	left:-100px;
	top:255px;
	width:200px;
	height:115px;
}

#six {
	position:absolute;
	left:105px;
	top:255px;
	width:200px;
	height:115px;
}

#seven {
	position:absolute;
	left:-305px;
	top:375px;
	width:200px;
	height:115px;
}

#eight {
	position:absolute;
	left:-100px;
	top:375px;
	width:200px;
	height:115px;
}

#nine {
	position:absolute;
	left:105px;
	top:375px;
	width:200px;
	height:115px;
}

#ten {
	position:absolute;
	left:-305px;
	top:495px;
	width:200px;
	height:115px;
}

#eleven {
	position:absolute;
	left:-100px;
	top:495px;
	width:200px;
	height:115px;
}

#twelve {
	position:absolute;
	left:105px;
	top:495px;
	width:200px;
	height:115px;
}