ol1
{
	width:340px;
	position: relative;
	margin-right: 10px;
	overflow:hidden;
}

div#col2
{
	width:340px;
	position: relative;
	overflow:hidden;
}

div#viewFile
{
	background-position: center;
	background-repeat:no-repeat;
	width: 600px;
	height: 480px;
	margin:auto;
}

.userPic
{
	margin-left: 5px;
	margin-right: 5px;
	border: 0px solid red;
	position: relative;
	float: left;
}

div#videoInfo
{
	border: 0px solid #EDEDED;
	position: relative;
}
div#videoInfo input
{
	width: 250px;
}
div#videoInfo a
{
	font-weight: bold;
}
div#fileTop
{
	padding: 0px;
}

div#fileTop div
{
	position: relative;
	margin-left: 10px;
	margin-right: 5px;
}

.fileUserInfo
{
}

.fileTitle
{
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
}

div#serviceInfo
{
	
}
div#serviceInfo div
{
	margin: 10px;
}

div#actionList
{
	
}
div#actionList div
{
	position: relative;
	float: left;
	width: 140px;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
}

div#actionList img
{
	margin: 0px 10px 0px 10px;
}

div#actionList a
{
	font-size: 16px;
}

/* comments */

div#comments
{
	position: relative;
}

div#commentArea
{
	text-align: center;
}

.commentUnit
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}

.commentMain
{
	position: relative;
	float: left;
}

.commentInfo
{
	font-weight: bold;
	position: relative;
	float: left;
}

.commentText
{
	width: 480px;
	margin: 10px 0px 10px 0px;
	text-align: justify;
	position: relative;
	float: left;
}

div#commentNavigation
{
	margin: 5px 5px 5px 5px;
	border: 0px solid navy;
	text-align: center;
}

.commentNavUnit
{
	margin: 5px 5px 5px 5px;
	position: relative;
	float: left;
}

div#lastFiles
{
    margin: 10px 0px 10px 0px;
}

.lastFileUnit
{
    margin: 10px 0px 10px 0px;
}

#gphotobig b
{
	position: relative;
}

.lastFilesPic
{
	position: relative;
	border: 1px solid #EDEDED;
	width: 110px;
	height: 110px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.lastFilesLink
{
	margin: 10px 10px 10px 10px;
}

/* browse Video */

.browseUnit
{
	border: 0px solid navy;
	position: relative;
	float: left;
	width: 350px;
	height: 100px;
	margin: 10px 0px;
}
.browseUnit div
{
	position: relative;
	overflow: hidden;
}

/* UploadVideo */
div#uploadShareMain
{
}

.uploadLine
{
	margin-bottom: 10px;
	vertical-align: middle;
}

.uploadLine textarea
{
	height: 100px;
}

.uploadText
{
	position: relative;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

.uploadForm
{
	width: 300px;
}

.uploadStatus
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


div#Splash {
  background:#FFF url(img/menu_up.jpg) no-repeat scroll 0%;
  border:1px solid #E0E196;	width:300px;
	padding: 20px;
	height:200px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-150px;
	display: none;
	vertical-align: middle;
	text-align: center;
}


.style1 {
    width: 50px; 
    text-align: right; 
    margin-right: 10px; 
    float: left;
    color:#333333;
    font-size:11px
}

#slideShowBg {
	display: none;
	position: fixed;
	z-index: 100;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
   	opacity: 0.7;
   	
   	background: #000000;
}
#slideShowContainer {
	display: none;
	position: fixed;
	z-index: 110;
	
	width: 900px;
	height: 650px;
	
   	top: 20px;
   	margin-left: -200px;
   	
   	text-align: center;
}
#photoFrame {
	margin: 5px;
	width: auto;
	height: auto;
}
#closeSlideShow { margin-top: 5px; }
#closeSlideShow a {
	color: #ffffff;	
	font-weight: bold;
}
#photoTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#photoTag, #photoFrame {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
   	opacity: 1;
}
