/*
 * ------------------------------------------------------------------------
 * JA Travel Template for Joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 JoomlArt.com. All Rights Reserved.
 * @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
 * bound by Proprietary License of JoomlArt. For details on licensing, 
 * Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
 * Author: JoomlArt.com
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * Redistribution, Modification or Re-licensing of this file in part of full, 
 * is bound by the License applied. 
 * ------------------------------------------------------------------------
*/

@import url(fonts/ubuntu/stylesheet.css);

.ja-contentslider-center {
	position: relative; 
	min-height: 200px;
}

.ja-button-control {
	margin-bottom: 10px;
}

.ja-contentslider-right, .ja-contentslider-left {
	background-position: left top;
	background-repeat:  no-repeat;
	width: 16px;
	border: none;
	height: 16px;
	cursor: pointer;
}

.ja-contentslider-right {
	background-image: url("../images/re-right.png");
	margin-left: 3px;
}

.ja-contentslider-left {
	background-image: url("../images/re-left.png");
}

.ja-contentslider-right,.ja-contentslider-left {
	float: right;
}
.content-slider{
	background: #fff;
	border: solid 1px #cfd0d1; 
	padding: 1px;
	width: 150px;
	height: 196px;
}

.ja_slidetitle a {
	font-family: 'UbuntuRegular', Helvetica,Arial,sans-serif;
	margin: 	10px 10px 0px 10px;
	font-size: 105%;
	display: block;	
	font-weight: bold;
}

.ja_slideintro {
	color: #908983;
	padding: 0px 10px;
	font-size: 95%;
}