@CHARSET "ISO-8859-1";

.jmv_view {
	display:inline-block;
	width:700px;
	height:380px;
	
	background-color: #bbb; 
	background: #bbb url(../images/loadinfo.net.gif) no-repeat center center;	
	

	border: 0px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius :5px;
	
	overflow: hidden;
}

.jmv_img {
	display:inline-block;
	
	width:100%;
	height:100%;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;

	overflow:hidden;
}

.jmv_slide_ctrl {
	display:inline-block;
	width:24px;
	height:24px;
	
	background-color: #fff;
	background: #fff url(../images/zoom.png) no-repeat center center;	
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	
	opacity: 0;
	margin: 350px 0px 10px 10px;
}


.jmv_facebook {
	display:inline-block;
	width:auto;
	height:20px;
	
	background: #fff;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	
	opacity: 0;
	margin: 350px 0px 10px 200px;
	padding:2px 5px 2px 5px;

	float:left;

	vertical-align:middle;
}

.jmv_fb_share {
	display: inline-block;
	float:right;
	margin-top: 3px;
}


.jmv_page_ctrl_left {
	display:inline-block;
	width:40px;
	height:100%;
	
	background-color:#fff;
		
	opacity: 0;
	margin: 0px;
	
	float:left;		
}

.jmv_page_ctrl_right {
	display:inline-block;
	width:40px;
	height:100%;
	
	background-color:#fff;
		
	opacity: 0;
	margin: 0px;
	
	float: right;	
}

.jmv_txt {
	display:inline-block;
	float:left;
	color:#000;
	opacity:.75;
	font-family: 'Century Gothic',Futura,'URW Gothic L',sans-serif;
	font-size: 12px;
	margin:5px 0px;
	padding:0px;	
}

.jmv_pages {
	float:right;
	padding-top: 8px;
	margin: 0px;
}

.jmv_page {
	display:inline-block;
	width: 10px;
	height: 10px;
	background-color: #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius :5px;
	margin:0px 0px 0px 5px;
	font-size:0px;
	line-height:0px;
	cursor: pointer;
}

.jmv_page:hover {
	background-color: #333;	
}

.jmv_pages .selected {
	background-color: rgb(46,156,230);	
}
