@CHARSET "UTF-8";

#imageView
{
    position:relative;
	float:left;
	width:985px;
	margin: 0;
	height:342px;
	border:0px solid #ff0000;
}

#imageView .verticalLine
{
	border:0px solid #ff0000;
	position:relative;
	float:left;
	/*background-image:url(../image/line.gif);
	background-repeat:no-repeat;
    */
	width:2px;
	height:171px;
	margin-top:40px;
	margin-right:0px;
	margin-left:110px;
}


#imageView .list
{
   position:relative;
    float:left;
	width:400px;
	height:300px; 
	margin-left:0px;
	border:0px solid #894a4a;
}


#imageView .list span
{
    color: #6c6a6a;
	font-family: 'Rosario', sans-serif;
	font-size:16px;
	text-align:left;
	float:left;
    margin-top:0px;
    margin-bottom:30px;
    font-size:16px;
    width:100%;
    border:0px solid #894a4a;
}

#imageView .list li
{
    padding: 0px;
    margin-left:20px;
    margin-bottom:5px;
    color: #6c6a6a;
	font-family: 'Rosario', sans-serif;
	font-size:16px;
	float:left;
	text-align:left;
	cursor:pointer;
	display:list-item;
	width:100%;
	border:0px solid #ff0000;
}




#imageView .view
{
   position:relative;
    float:left;
	width:400px;
	height:300px; 
	margin-left:0px;
	border:0px solid #894a4a;
}


#imageView .view .image
{
   position:relative;
    float:left;
	width:auto;
	height:auto; 
	border:0px solid #894a4a;
	box-shadow: 3px 3px 1px #ccc;
    -webkit-box-shadow: 3px 3px 1px #ccc;
    -moz-box-shadow: 3px 3px 1px #ccc;
	
}


#imageView .view .image img
{
    width:470px;
	height:300px; 
}

#imageView .view span
{
    color: #6c6a6a;
	font: bold 17px arial;
	float:left;
    margin-bottom:5px;
    font-size:25px;

}

div.capty-caption {
	background:#000;
	color: #fff;
	padding-left: 10px;
	padding-top: 15px;
	/*text-shadow: 1px 1px 0 #222;*/
	min-height:300px;
	text-align:left;
	padding:10px;
}



.captionText
{
    font-family: 'Rosario', sans-serif;
    font-size:14px;
    color:#fff;
    text-align:left;
    padding: 20px;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}


.captionText .textTitle
{
    margin-top:20px;
    font-size:16px;
    color:#a51520;
    font-weight:bold;
    width:100%;
}


.captionText .textDescription
{
    margin-top:20px;
    font-size:16px;
    color:#fff;
    text-align:justify;
}


.captionText li
{
    padding: 0px;
    margin-left:20px;
    margin-bottom:2px;
}