/**
 * @package   JMZ Timeline for Joomla!
 * @author    jumazi.com
 * @copyright (C) Jumazi - All rights reserved
 * @license   GNU General Public License version 2 or later; see LICENSE
 */

.jmz-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.jmz-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.jmz-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.jmz-wrapper a.jmz-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.jmz-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.jmz-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.jmz-wrapper a.jmz-center div{
	display: block;
}

.jmz-container .jmz-nav{
	text-align: center;
    margin-top: 60px;
} 

.jmz-container .jmz-nav .jmz-prev,
.jmz-container .jmz-nav .jmz-next{
	width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 3px;
}


.jmz-container .jmz-nav .jmz-prev:hover,
.jmz-container .jmz-nav .jmz-prev:active,
.jmz-container .jmz-nav .jmz-prev:focus,
.jmz-container .jmz-nav .jmz-next:hover,
.jmz-container .jmz-nav .jmz-next:active,
.jmz-container .jmz-nav .jmz-next:focus{
	cursor: pointer;
}
