/*!  - v0.0.1 - 2014-04-22
* https://bitbucket.org/itcase-dev/itcase-grunt-pony
* Copyright (c) 2014 ITCase; Licensed MIT */
.rotator
{
	position: relative;
	z-index: 1;
	/*height: 120px;*/
	overflow: hidden;
    /*border-radius: 10px;*/
}
	.rotator-wrapper
	{
		width: 100%;
		position: relative;
		z-index: 2;
		white-space: nowrap;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 1px 10px 0px #B7B7B7;
		-moz-box-shadow: 0px 1px 10px 0px #B7B7B7;
		box-shadow: 0px 1px 10px 0px #B7B7B7;
		max-height: 400px;
		overflow: visible !important;
	}
	.fotorama__stage .rotator__item
	{
		width: 100%;
		display: inline-block;
        background-size: 100%;
	}
		.rotator__item
		{
			width: 100%;
			position: relative;

			display: table;
		}
		.rotator__item-link
		{
			width: 100%;
			height: 100%;
			z-index: 10;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
		}
			.rotator__item-text
			{
				display: table-cell;
				vertical-align: middle;
			}
				.rotator__item-text-inner {
					width: 65%;
					padding: 0 0 0 3em;
					min-height: 120px;
				}
		.rotator-wrapper .fotorama__stage
		{
			/*-webkit-border-radius: 10px;*/
			/*-moz-border-radius: 10px;*/
			/*border-radius: 10px;*/
			-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
		}
		.rotator-wrapper .fotorama__nav-wrap
		{
			position: relative;
			margin: -30px 0 0 0;
			top: 30px;
		}
