/*--------------------------------*/
/*Imageflow*/
/*--------------------------------*/
#imageflow{
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: 434px;
}
#loading{
	height: 340px;
}
#images{
	visibility: hidden;
}
#images img{
	position: absolute;
	margin-left: 0px;
}
#captions{
	position: relative;
	z-index:10000;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
#scrollbar{
	visibility: hidden;
	border-top: 1px solid #666666;
	z-index: 10001;
	position: relative;
}
#slider{
	width: 11px;
	height: 11px;
	margin: -6px 0px 0px 0px;
	background-color: #666666;
	z-index: 10002;
	position: relative;
	cursor: pointer;
}
#toggle{
	visibility: hidden;
	position: absolute;
	z-index: 10003;
	margin: 0px 0px 0px 345px;
	/*left: 50%;*/
	top: 630px;
}
#toggle a{
	text-decoration: none;
	display: block;
	background-color: #ffffff;
	padding: 2px 5px 2px 5px;
	color: #1F2222;
	font-weight: bold;
}
#toggle a:hover{
	color: #ffffff;
	background-color: #46a5b0;
}
/*--------------------------------*/
/*Imageflow resize*/
/*--------------------------------*/
div#twmdf-zoom-container{
	position: absolute;
	z-index: 10003;
	/*padding: 10px;
	border: 10px solid #fff;
	*/
}
div#twmdf-zoom-image{
	margin: 10px;
}
div#twmdf-zoom-image img{
	width: 100%;
	height: 100%;
}
div#twmdf-zoom-text{
	margin: 10px 10px 10px 10px;
}
div#twmdf-zoom-text h3{
	font-size: 12pt;
	color: #1f2222;
	margin: 0px 0px 0px 0px;
}
div#twmdf-zoom-text p{
	font-size: 10pt;
	color: #1f2222;
	margin: 5px 0px 0px 0px;
}

div#close-media{
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
	color: #ff0000;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
}