.carousel-container
{
	overflow: hidden;
	display: block;
	position: relative;
	width: 260px;
	height: 242px;
}
.carousel-items
{
	position: relative;
}
.carousel-item
{
	background-position: center;
	height: 242px;
}
.carousel-pager
{
	text-align: center;
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.carousel-pager span
{
	top: 50%;
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin-top: -15px;
	display: block;
	position: absolute;
}
.carousel-horizontal .carousel-pager
{
	top: 0px;
	width: 10%;
	height: 242px;
	position: absolute;
}
.basic-example .pager-prev
{
	left: 0px;
}
.basic-example .pager-next
{
	right: 0px;
}
.carousel-pager:link
{
	color: #000;
	text-decoration: none;
}
.carousel-pager:visited
{
	color: #fff;
	text-decoration: none;
}
.carousel-pager:hover
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgba(120, 33, 68, 0.80);
}
.carousel-pager:active
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.carousel-ready.carousel-horizontal .carousel-item
{
	float: left;
}
.carousel-horizontal .carousel-items
{
	-webkit-transition: 0.5s left ease-in-out;
	-moz-transition: 0.5s left ease-in-out;
	-o-transition: 0.5s left ease-in-out;
	transition: 0.5s left ease-in-out;
}
.BgCalender
{
	background-image: url(images/ws43.jpg);
	background-repeat: no-repeat;
	height: 242px;
	width: 260px;
}
.TxtYear
{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	direction: rtl;
	padding-top: 15px;
	text-shadow: 0.1em 0.1em 0.2em #000;
}
.TxtPrayer
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	float: right;
	direction: rtl;
}

.TxtMonth
{
	font-family: "Arabic Transparent";
	font-size: 18px;
	font-weight: bold;
	color: #06aeef;
	text-align: center;
	direction: rtl;
	margin: auto;
	width: 116px;
}
