#pluginflow {
	max-width: 600px;
    width: auto !important;
    width: 600px;
	min-height:310px;
	height:auto !important;
	height:310px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	/*background-color:#fff;*/
	padding: 0px 0px;
}
#pluginflow #images img {
	position:absolute;
	top:0px;
	border:none;
}
#pluginflow #images {
	visibility:hidden;
}
#pluginflow #loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#pluginflow #loading img {
	margin-top:10px;
	position:relative;
}
#pluginflow #captions {
	font-weight:bold;
	position:relative;
	text-align:center;
	text-transform: capitalize;
	color: #000;
    z-index:101;
}
#pluginflow #slideshow{
	position:relative;
	float:left; z-index:100;
	vertical-align:middle;
	visibility:hidden;
	cursor:pointer;
	margin-top: 0px;
	margin-left:60px;
	background-image:url(../images/playblack.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
#pluginflow #scrollbar {
	visibility:hidden;
	position:relative;
	border-bottom:1px solid #b3b3b3;
	z-index:102;
}
#pluginflow #slider {
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:103;
	background-image:url(../images/slidergreen.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
#pluginflow #imageflow {
	width:100%;
	text-align:left;
}
