/*------------------------------------------------------------------------
 # So Article slider  - Version 1.0 - Licence Owner SmartOSS
 # ------------------------------------------------------------------------
 # Copyright (C) 2009-2010 Smart OpenSource Solutions. All Rights Reserved.
 # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Author: Smart OpenSource Solutions
 # Websites: http://www.smartoss.net
 -------------------------------------------------------------------------*/

#flashContent { width:640px; height:600px; margin: 0px auto; position:absolute;left:0px;top:0px;z-index:999; }

/* CSS Document */
.so_slider {
	position: relative;
	text-align: left;
	overflow: hidden;
}

.so_slider ul{
	margin: 0pt!important; 
	padding: 0pt!important; 
	position: relative; 
	list-style-type: none; 
	z-index: 1;
}

.so_slider ul li{
	padding:0px!important;
	margin:0px!important;
}

.so_slider_content {
	/*border: solid 1px #CCCCCC;*/
}

.so_slider_content ul li {
	list-style: none;
	background: none !important;
	margin:0 !important;
	padding:0;
}
.so_slider_content ul li a{
    border: none !important;
}
.so_slider_content ul li a img{
    border: none !important;
}
.so_slider_content .so_item{
	/*padding: 5px;*/		
}

.so_slider_content .so_item_theme3{
    padding: 8px;
    border:1px solid #C6C6C6;
    overflow: hidden;
    position: relative;
    margin: 0 0px 20px 0px;
    cursor: pointer;	
}
.so_slider_content .so_item_theme3 a{
    padding:0px !important;
    
}
.so_slider_content .so_item_theme3 .so_img a img{
    border:none !important;
}
.so_slider_content .so_item img{
	/*cursor: pointer;*/
    border:none !important;	
	display:block;
}

.so_price {
	color: #ff0000;
}

.so_slider a {
	text-decoration: none;
	color: #004F8B;
	text-transform: none;
}

.so_slider a:hover {
	color: #145077;
	text-decoration: underline;
}

.so_title {
	margin:  0;
	padding: 5px 0;
}

.so_hover {
	backgound: #cccccc;
}

.so_slider_content {
	display: block;
}

.so_description {
	color: #333333;
    text-align: left;
    font-size: 100%;
	line-height:14px;
}
.horizotal .so_pre {
	position: absolute;
	left: 0px;
	bottom: 0;
	cursor: pointer;
}

.horizotal .so_pause {
	position: absolute;
	right: 20px;
	bottom: 0;
	cursor: pointer;
	display: none;
}

.horizotal .so_next {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}




.so_navigation {
	background:none repeat scroll 0 0 transparent;
	height:20px;
	position:absolute;	
	width:100%;
	z-index:9999;
	display: none;
}

.horizotal .so_pre {
	text-align: center !important;
	font-weight: bold;
}

.horizotal .so_next {
	text-align: center !important;
	font-weight: bold;
}

.vertical .so_navigation {
	background:none repeat scroll 0 0 transparent;
	height: auto;
	position:absolute;	
	width:100%;
	z-index:9999;
	display: none;
}

.vertical .so_pre {
	height: 55px;
	width: 35px;
	background:url(../images/v_next.html) no-repeat;
	padding-top:10px;
	text-align: center !important;
	font-weight: bold;
}

.vertical .so_next {
	height: 40px;
	width: 35px;
	background:url(../images/v_pre.html) no-repeat;
	padding-top:10px;
	text-align: center !important;
	font-weight: bold;
}


.vertical .so_pre {
	position: absolute;
	left: 45%;
	top: 0;
	cursor: pointer;
}

.vertical .so_pause {
	position: absolute;
	right: 20px;
	bottom: 0;
	cursor: pointer;
	display: none;
}

.vertical .so_next {
	position: absolute;
	left: 45%;
	bottom: 0;
	cursor: pointer;
}


.so_item .so_img{
	padding: 4px;
	border: solid 1px #dcdcdc;
	margin-top:5px;
}
.so_item .so_img:hover{
	background:#00497C;
	-moz-transition: all 1.3s ease-out 0s;
	-o-transition: all 1.3s ease-out 0s;
	-webkit-transition: all 1.3s ease-out 0s;
	cursor:pointer;
}
.so_item .so_img a{
	padding: 0px !important;
	border: none !important;
    background: none !important;
}
.so_img a{
    padding: 0px !important;
    background: none !important;
    border: none !important;
}
.so_img a img{
    background: none !important;
    border: none !important;
}
h4.so_title {
	padding: 0;
	margin: 3px 0 8px;
	text-align: left;
}

h4.so_title a {
    background: none repeat scroll 0 0 transparent !important;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
h4.so_title a:hover{
	color:#00497c;
}
.so_content {
	padding-top: 5px;
  text-align: left;
	padding-left:5px;
}
.so_readmore {
    background: url("../../images/bg_more_r.png") no-repeat scroll right top;
    display: inline-block;
    height: 20px;
	margin: 18px 0 0;
}
.so_readmore a{
	color: #00477a;
	font-size: 90%;	
    background:url(../../images/bg_more_l.png) no-repeat left top;
    text-transform: none !important;
    text-decoration: none !important;
	margin:0 4px 0 0;
	padding:0 10px 0 15px;
	line-height:20px;
	display:inline-block;
	float:left;
}
.so_readmore:hover {
    background: url("../../images/bg_more_hover_r.png") no-repeat scroll right top;
}
.so_readmore a:hover{
	background:url(../../images/bg_more_hover_l.png) no-repeat left top;
	color:#0073c3;
}