/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
/* Selection */
img {-moz-transition: all 0.4s ease 0s;}
::selection {
    background: #66B805;
	color: #fff;
}
::-webkit-selection {
    background: #66B805;
	color: #fff;
}
::-moz-selection {
    background: #66B805;	
	color: #fff;
}

/**/
#zt-navigation-inner,
#zt-mainbody-inner{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #ededed;
	box-shadow: 0px 0px 5px 0px #ededed;
}
li.backcontrol,
li.backcontroltitle {
  	-webkit-border-radius: 5px 5px 0 0 ;
	border-radius:  5px 5px 0 0 ;
}
.drillmenu li a{
	-webkit-border-radius: 0 ;
	border-radius:  0 ;
}
.drillmenu li.last a{
	-webkit-border-radius: 0 0 5px 5px ;
	border-radius:  0 0 5px 5px ;
}
#zt-userwrap3-inner .zt-box-inside .moduletable{border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.nivo-directionNav a.nivo-prevNav{-moz-transition: left 0.2s ease-out 0s;}
.nivo-directionNav a.nivo-nextNav{-moz-transition: right 0.2s ease-out 0s;}
button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"],
div.itemCommentsForm form input#submitCommentButton{-moz-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}

