#slideshow_container{
	width: 720px;
	height: 350px;
	display: block;
	background-color: #000000;
	border: 1px solid #000000;
	overflow: hidden;
	font-family: sans-serif;
}
#slideshow_view{
	width: 510px;
	height: 100%;
	display: block;
	float: left;
}
#slideshow_view img{
	width: 100%;
	height: 100%;
}
#slideshow_frame{
	background-color: #000000;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity:0.5;
	width: 170px;
	height: 350px;
	position: relative;
	top: -353px;
	left: 10px;
}
#slideshow_text{
	width: 30%;
	height: 340px;
	color: #ffffff;
	position: relative;
	top: -700px;
	left: 20px;
	text-align: left;
}
#slideshow_heading{
	color: #ffffff;
	font-size: 12px;
}
#slideshow_tag{
	width: 29%;
	height: 100%;
	display: block;
	float: right;
	background-color: #ffffff;
	border-left: 1px dotted #000000;
}
.tag{
	width: 100%;
	height: 69px;
	display: block;
	border-bottom: 1px dotted #000000;
	background-color: #d4d4d4;
	/*background-image: url("http://beta.nancysquare.com/images/effets/bg-tag.png");
	background-repeat: repeat-x;
	background-position: center;*/
}
.tag:HOVER {
	/*background-image: url("http://beta.nancysquare.com/images/effets/bg-tag-hover.png");*/
	background-color: #c0c0c0;
}
.tag a {
	color: #252525;
	font-weight: bolder;
}
.tag_text{
	width: 70px;
	height: 90%;
	font-size: 10px;
	position: relative;
	top : 5%;
	left: -10px;
	float: right;
	text-align: left;
	vertical-align: middle;
}
.tag_img{
	width: 50px;
	height: 100%;
	float: left;
}
.tag_img_miniature{
	width: 103px;
	height: 68px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #c0c0c0;
}
