/*
 * ------------------------------------------------------------------------
 * JA Nex Template for J25 & J30
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
.ja-button-control { background: none; }

.ja-button-control div:hover {
	background-color: #222;
}

.ja-contentslider-right,
.ja-contentslider-left {
	 background-repeat: no-repeat;
	 background-position: center center;
	 position: absolute;
	 height: 100%;
	 width: 20px;
}

.ja-contentslider-left { background-image: url(../images/back-slider.png); left: 0px; }

.ja-contentslider-left:hover {  background-image: url(../images/back-hover-slider.png); border-right: solid 1px #000; }

.ja-contentslider-right { background-image: url(../images/next-slider.png); right: 0px; border-left: solid 1px #e5e5e5;}

.ja-contentslider-right:hover {  background-image: url(../images/next-hover-slider.png); border-left: solid 1px #000;}

.ja-contentslider-center-wrap { margin: 0px 20px; }

.jsslide { padding: 0px; border-left: solid 1px #e5e5e5; }

.view-slide { margin: 5px; padding: 15px; height: 50%; }

.view-slide:hover {
	background: #c33;
	color: #fff;
}

.ja-slidereadmore a { color: #c33; margin-top: 5px; }

.ja_slidetitle a { color: #222; font-size: 110%; font-weight: bold; }


.view-slide:hover .ja_slidetitle a,
.ja_slidetitle a:hover {
	color: #fff;
}

.view-slide:hover .ja-slidereadmore a,
.ja-slidereadmore a:hover {
	color: #fff;
	text-decoration: underline;
}