/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
/* Landscape phones and down */
@media (min-width: 240px) and (max-width: 320px) {
	.scroller-slider div.catpanel > div.block p {float: left!important;}
	#zt-userwrap7 .zt-box-inside {min-height: 0px;}
}

@media (max-width: 480px) { 
	.scroller-slider div.catpanel > div.block p {float: left!important;}
	.nivo-caption{display: none;}
	#zt-userwrap7 .zt-box-inside {min-height: 0px;}
	div.iheader span.catItemAuthor,
	span.catItemAuthor {display: none;}
	div.catItemCategory,
	div.itemCategory {display: none;}
#zt-position-9 .zt-article-item .news-caption {display: none;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.scroller-slider div.catpanel > div.block p {float: left!important;}
	#zt-userwrap7 .zt-box-inside {min-height: 0px!important;}
	.nivo-directionNav {top: 40%!important;}
	#zt-position-9 .zt-article-item .news-caption {bottom: -25%!important;}
	div.catItemCategory,
	div.itemCategory {display: none;}
	div.iheader span.catItemAuthor {width: 40%!important;}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
	.scroller-slider div.catpanel > div.block p {float: left!important;}
	.nivo-directionNav a {top: 34%!important;}
	#zt-position-9 .zt-article-item .news-caption {bottom: -61%!important;}
}
 
/* Large desktop */
@media (min-width: 1200px) {} 