#container #main p.worksText{
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 60px;
	line-height: 1.5em;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#container #main .worksBox{
	margin-bottom: 40px;
	padding-bottom: 40px;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#container #main .worksBox .imgBox{
	width: 330px;
	float: left;
}
#container #main .worksBox .imgBox img{
	border: 3px solid #000;
}
#container #main .worksBox .textBox{
	width: 530px;
	float: left;
}
#container #main .worksBox .textBox h3{
	font-size: 24px;
}
#container #main .worksBox .textBox p.category{
	font-size: 10px;
	color: #5C7D8D;
	letter-spacing: 0em;
}
#container #main .worksBox .textBox p.technique{
	font-size: 10px;
	color: #FF1573;
	letter-spacing: 0em;
}
#container #main .worksBox .textBox p.description{
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 0em;
	line-height: 1.2em;
	margin-top: 20px;
	height: 80px;
}
#container #main .worksBox .thumbBox{
	margin-top: 20px;
}
#container #main .worksBox .thumbBox .thumbImg{
	padding: 3px;
	width: 165px;
	height: 110px;
	float: left;
	background-color: #000;
	margin-right:5px;
}
#container #main .worksBox .thumbBox .thumbImg span img{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	behavior: url("css/csshover2.htc");
}
#container #main .worksBox .thumbBox .thumbImg span img:hover{
	cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
/*
#container #main .worksBox .thumbBox .thumbImg span img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
*/
