/*------------------------------------------------*/
/*------------[SLIDER]-----------*/
/*------------------------------------------------*/
#recent-posts {
	/*background: url(images/package_middle_bg.jpg) repeat-x; 
	  border:1px solid #CEDFDF;*/
	border: 1px solid #6a9915;
	margin-top: 10px;
	height: 166px;
	position: relative;
  }
  #recent-posts a#left-arrow,
  #recent-posts a#right-arrow {
	display: block;
	text-indent: -9999px;
	height: 147px;
	float: left;
	margin-top: 13px;
  }
  #recent-posts a#left-arrow {
	background: url(images/arrow-left.png) no-repeat -3px -10px;
	width: 29px;
	
  }
  #recent-posts a#right-arrow {
	background: url(images/arrow-right.png) no-repeat -3px -10px;
	width: 29px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
  }

  .slide {
	text-align: center;
  }
  .slide .cat-entry {
	float: left;
	width: 180px;
	position: relative;
	height: 168px !important;
	padding: 22px 15px;
  }
  .slide h4.cat-title {
	font-size: 12px;
	color: #8c3380;
	font-weight: bold;
	text-decoration: none;
  }
  
  .cat-title {
	font-size: 13px;
	font-weight: normal;
  }
  .cat-title a {
	text-decoration: none;
	color: gray;
  }
  .cat-title a:hover {
	color: #cf3030;
  }
  .slide h3.last {
	border-right: 1px solid #d9d9d9;
  }
  
  .slide .thumbnail {
	display: block;
	position: relative;
  }
  .slide .thumbnail img {
	border: 1px solid #6a9915;
	padding: 5px;
  }
  .slide .metainfo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #525252;
	padding: 2px 8px;
	font-style: italic;
  }
  .slide .metainfo,
  .slide .metainfo a {
	text-shadow: 1px 1px 1px #3e2c28;
	color: #ffffff;
  }
  .slide .thumbnail .overlay {
	background: url(images/cat-overlay.png) repeat-x;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 279px;
	height: 29px;
  }
  
  .post {
	padding: 30px 35px 38px 20px;
  }
  .post a {
	color: #000000;
	font-weight: bold;
  }
  
  .post p.post-meta {
	font-size: 14px;
	color: #4d4949;
	font-style: italic;
	padding-bottom: 25px;
  }
  .post p.post-meta a {
	color: #4d4949;
	font-weight: bold;
  }
  .post p.post-meta a:hover {
	color: #000000;
	text-decoration: none;
  }
  
  .post-thumbnail {
	float: left;
	margin: 6px 15px 10px 0px;
	border: 4px solid #f0f0f0;
	position: relative;
  }
  .post-thumbnail span.overlay {
	background: url(images/post-overlay.png) no-repeat;
	display: block;
	position: absolute;
	height: 238px;
	width: 238px;
	top: 0px;
	left: 0px;
  }
  
  .entry ul,
  .post ul {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
  }
  .entry ol,
  .post ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0px 10px 2px;
  }
  .entry ul li ul,
  .post ul li ul,
  .entry ul li ol,
  .post ul li ol {
	margin: 2px 0px 2px 20px;
  }
  .entry ol li ul,
  .post ol li ul,
  .entry ol li ol,
  .post ol li ol {
	margin: 2px 0px 2px 35px;
  }
  
  .pd_title {
	font-size: 12px;
	font-weight: bold;
	color: #037993;
  }
  .pd_txt {
	font-size: 12px;
	font-weight: normal;
	color: #424242;
  }
  .top_brands_bg {
	padding: 20px 0 0 0;
  }
  .top_brands_bg a {
	padding: 10px;
  }
  