#pictures {
	margin-top:15px;
	
}


#im1 {
	width:310px;
	height:200px;
	background: url('../_images/1.jpg') top center no-repeat;
}

#im2 {
	width:310px;
	height:200px;
	background: url('../_images/2.jpg') top center no-repeat;
}

#im3 {
	width:310px;
	height:200px;
	background: url('../_images/3.jpg') top center no-repeat;
}

#im4 {
	width:310px;
	height:200px;
	background: url('../_images/4.jpg') top center no-repeat;
}

#im5 {
	width:310px;
	height:200px;
	background: url('../_images/5.jpg') top center no-repeat;
}

#im6 {
	width:310px;
	height:200px;
	background: url('../_images/6.jpg') top center no-repeat;
}


#pictures a {
	text-decoration:none;
}

#pictures a:hover #im1 {
	background: url('../_images/1b.jpg') top center no-repeat;
}

#pictures a:hover #im2 {
	background: url('../_images/2b.jpg') top center no-repeat;
}

#pictures a:hover #im3 {
	background: url('../_images/3b.jpg') top center no-repeat;
}

#pictures a:hover #im4 {
	background: url('../_images/4b.jpg') top center no-repeat;
}

#pictures a:hover #im5 {
	background: url('../_images/5b.jpg') top center no-repeat;
}

#pictures a:hover #im6 {
	background: url('../_images/6b.jpg') top center no-repeat;
}

.opac1, .opac2, .opac3, .opac4, .opac5, .opac6 {
	height:50px;
	text-align:left;
	position:relative;
	top:150px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  	-moz-opacity: 0.7;
  	-khtml-opacity: 0.7;
  	opacity: 0.7;
}

.opac1 {
	background-color: #FF0000;
}

.opac2 {
	background-color: #38914A;
}

.opac3 {
	background-color: #C0C0C0;
}

.opac6 {
	background-color: #4CD5FF;
}

.opac5 {
	background-color: #7e22a5;
}

.opac4 {
	background-color: #FF8426;
}

.opac1, .opac2, .opac3, .opac4, .opac5, .opac6  {
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font:normal 18px Arial;
	line-height:50px;
	padding-left:17px;
}

.d_img {
	background: url('../_images/bg_img_intro.jpg') top center no-repeat;	
	height:200px;
	width:310px;
	padding:4px;
}


